Metadata-Version: 2.1
Name: ml-init
Version: 0.1.0
Summary: Install the main ML libraries
License: MIT
Author: Alberto Rubiales
Author-email: al.rubiales.b@gmail.com
Requires-Python: >=3.9,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bertopic (>=0.9.4,<0.10.0)
Requires-Dist: black (>=21.12b0,<22.0)
Requires-Dist: flake8 (>=4.0.1,<5.0.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: llvmlite (>=0.38.0,<0.39.0)
Requires-Dist: matplotlib (>=3.5.1,<4.0.0)
Requires-Dist: mlflow (>=1.22.0,<2.0.0)
Requires-Dist: notebook (>=6.4.7,<7.0.0)
Requires-Dist: optuna (>=2.10.0,<3.0.0)
Requires-Dist: scikit-learn (>=1.0.2,<2.0.0)
Requires-Dist: scipy (>=1.7.3,<2.0.0)
Requires-Dist: seaborn (>=0.11.2,<0.12.0)
Requires-Dist: torch (>=1.10.1,<2.0.0)
Requires-Dist: transformers (>=4.15.0,<5.0.0)
Description-Content-Type: text/markdown

# ML Init

ML Init is an open package to start your Machine Learning developing project. ML init install the main libraries in the Machine Learning/Deep Learning evironment.

