mlops-build

View on PyPIReverse Dependencies (0)

0.1.1 mlops_build-0.1.1-py3-none-any.whl

Wheel Details

Project: mlops-build
Version: 0.1.1
Filename: mlops_build-0.1.1-py3-none-any.whl
Download: [link]
Size: 5890
MD5: 574cec8de2977dd08afa839f27b0ad37
SHA256: 881c832003c20ef7b3ac5bd28810dfa0fa0da7ac0c210e8bba9d1f23991e7403
Uploaded: 2022-06-17 07:05:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: mlops-build
Version: 0.1.1
Summary: MLops course
Author: gordeev.al
Author-Email: aleksandr_gordeev2[at]epam.com
Home-Page: https://github.com/gracikk-ds/ml-ops
Project-Url: Repository, https://github.com/gracikk-ds/ml-ops
License: none
Keywords: practice,mlflow,dvc,sklearn
Classifier: Environment :: Console
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8,<3.11
Requires-Dist: click (<9.0.0,>=8.1.2)
Requires-Dist: fastapi (<0.79.0,>=0.78.0)
Requires-Dist: mlflow (<2.0.0,>=1.26.1)
Requires-Dist: optuna (<3.0.0,>=2.10.0)
Requires-Dist: python-dotenv (<0.21.0,>=0.20.0)
Requires-Dist: python-multipart (<0.0.6,>=0.0.5)
Requires-Dist: scikit-learn (==1.1.1)
Requires-Dist: seaborn (==0.11.2)
Requires-Dist: shap (<0.41.0,>=0.40.0)
Requires-Dist: tqdm (<5.0.0,>=4.64.0)
Requires-Dist: uvicorn (<0.18.0,>=0.17.6)
Description-Content-Type: text/markdown
[Description omitted; length: 9 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
mlops_build/__init__.py sha256=IMjkMO3twhQzluVTo8Z6rE7Eg-9U79_LGKMcsWLKBkY 22
mlops_build/predict_model.py sha256=BTUHny6B4b88eA7goWgRs1IBlWEXzH8GqbJNYPj9uMI 1805
mlops_build/train_model.py sha256=vAO8LcBOSMRi2D5zUDRRuGKKtG53SOpJ9SGkhRW1hLw 5560
mlops_build/validate_model.py sha256=wLedK_KFxNgrnQ7sV2hfTSPhiVhKtp3bg9I6Oi_BN5g 3497
mlops_build-0.1.1.dist-info/entry_points.txt sha256=hWRGKnR9hIUDRvxgkW2Nx5OjC-0UmezILRiCGftbMmc 152
mlops_build-0.1.1.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
mlops_build-0.1.1.dist-info/METADATA sha256=_4PNR5fJGk2Jt5eodQ-9LYbGUa0FdD2QJdYCsTxUm04 1289
mlops_build-0.1.1.dist-info/RECORD

entry_points.txt

predict-model = mlops_build.predict_model:main
train-model = mlops_build.train_model:main
validate-model = mlops_build.validate_model:main