You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenieNLP has some optional dependencies like matplotlib and seaborn that are only used for certain features. These should be handled via optional dependencies so that we can run e.g. pip install genienlp[all] to install optional dependencies if needed.
The text was updated successfully, but these errors were encountered:
GenieNLP has some optional dependencies like
matplotlib
andseaborn
that are only used for certain features. These should be handled via optional dependencies so that we can run e.g.pip install genienlp[all]
to install optional dependencies if needed.The text was updated successfully, but these errors were encountered: