Repository URL to install this package:
|
Version:
1.0.0 ▾
|
regression-model
/
METADATA
|
|---|
Metadata-Version: 2.1
Name: regression-model
Version: 1.0.0
Summary: Train and deploy regression model.
Home-page: your github project
Author: Your name
Author-email: your_email@email.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 :: 3.7
Classifier: Programming Language :: Python :: 3.8
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.19.0,>=1.18.1)
Requires-Dist: pandas (<0.26.0,>=0.25.3)
Requires-Dist: scikit-learn (<0.23.0,>=0.22.1)
Requires-Dist: joblib (<0.15.0,>=0.14.1)
Requires-Dist: pytest (<6.0.0,>=5.3.2)
Requires-Dist: setuptools (<42.0.0,>=41.4.0)
Requires-Dist: wheel (<0.34.0,>=0.33.6)
Requires-Dist: kaggle (<1.6.0,>=1.5.6)
Train and deploy regression model.