Metadata-Version: 2.1
Name: nlp_automl
Version: 0.4
Summary: AutoML library for solving only text -> label task'
Author: salaxieb
Author-email: salaxieb.ildar@gmail.com
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fasttext (>=0.9.3,<0.10.0)
Requires-Dist: nltk (>=3.9.1,<4.0.0)
Requires-Dist: optuna (>=4.0.0,<5.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: pymystem3 (>=0.2.0,<0.3.0)
Requires-Dist: scikit-learn (>=1.5.1,<2.0.0)
