Metadata-Version: 2.1
Name: Klassifier
Version: 1.0.0
Summary: Train and deploy regression model.
Home-page: https://github.com/prakharlovesdata
Author: Prakhar Agrawal
Author-email: prakhar23sep@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.15.4)
Requires-Dist: scikit-learn (==0.20.2)
Requires-Dist: pandas (==0.23.4)
Requires-Dist: joblib (==0.14.0)
Requires-Dist: setuptools (==40.6.3)
Requires-Dist: wheel (==0.32.3)
Requires-Dist: pytest (==5.2.4)
Requires-Dist: twine (==3.1.1)


# model_deployment_template
This is the basic template which i use for any machine learning development into production.


