Metadata-Version: 2.1
Name: mlcomp
Version: 0.5.8
Summary: Machine learning pipelines. Especially, for competitions, like Kaggle
Home-page: https://github.com/lightforever/mlcomp
Author: Evgeny Semyonov
Author-email: lightsanweb@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: catalyst (==19.6.3)
Requires-Dist: setuptools (>=41.0.1)
Requires-Dist: click (>=7.0)
Requires-Dist: psutil (>=5.6.2)
Requires-Dist: GPUtil (==1.4.0)
Requires-Dist: pathspec (>=0.5.9)
Requires-Dist: apscheduler (>=3.6.0)
Requires-Dist: sqlalchemy (>=1.3.4)
Requires-Dist: celery (>=4.3.0)
Requires-Dist: kaggle (>=1.5.3)
Requires-Dist: scipy (>=1.3.0)
Requires-Dist: flask (>=1.0.2)
Requires-Dist: requests
Requires-Dist: flask-cors (>=3.0.6)
Requires-Dist: sqlalchemy-serializer (==1.1.1)
Requires-Dist: scikit-learn (>=0.21.2)
Requires-Dist: psycopg2-binary (>=2.8.2)
Requires-Dist: tiffile
Requires-Dist: albumentations (>=0.2.3)
Requires-Dist: sqlalchemy-migrate (>=0.12.0)
Requires-Dist: cython
Requires-Dist: pretrainedmodels (>=0.7.4)


# mlcomp
Machine learning pipelines. Especially, for competitions, like Kaggle

Install Nvidia-docker:

https://chunml.github.io/ChunML.github.io/project/Installing-NVIDIA-Docker-On-Ubuntu-16.04/

If you have troubles, check you have removed old docker before the installation:

https://askubuntu.com/questions/935569/how-to-completely-uninstall-docker

After that:

https://github.com/NVIDIA/nvidia-docker

