Metadata-Version: 2.1
Name: mlduct
Version: 0.0.0.6
Summary: A personal framework for Machine Learning Pipelines.
Home-page: https://github.com/ag-ds-bubble/mlduct
Author: Achintya Gupta
Author-email: ag.ds.bubble@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: astroid (>=2.4.1)
Requires-Dist: autograd (>=1.3)
Requires-Dist: autograd-gamma (>=0.4.2)
Requires-Dist: bleach (>=3.1.5)
Requires-Dist: catboost (>=0.23.2)
Requires-Dist: certifi (>=2020.6.20)
Requires-Dist: chardet (>=3.0.4)
Requires-Dist: colorama (>=0.4.3)
Requires-Dist: cycler (>=0.10.0)
Requires-Dist: docutils (>=0.16)
Requires-Dist: future (>=0.18.2)
Requires-Dist: graphviz (>=0.14)
Requires-Dist: idna (>=2.10)
Requires-Dist: importlib-metadata (>=1.7.0)
Requires-Dist: isort (>=4.3.21)
Requires-Dist: joblib (>=0.15.1)
Requires-Dist: keyring (>=21.2.1)
Requires-Dist: kiwisolver (>=1.2.0)
Requires-Dist: lazy-object-proxy (>=1.4.3)
Requires-Dist: lifelines (>=0.24.13)
Requires-Dist: lightgbm (>=2.3.1)
Requires-Dist: matplotlib (>=3.2.1)
Requires-Dist: mccabe (>=0.6.1)
Requires-Dist: ngboost (>=0.2.0)
Requires-Dist: numpy (>=1.18.4)
Requires-Dist: packaging (>=20.4)
Requires-Dist: pandas (>=1.0.3)
Requires-Dist: Pillow (>=7.2.0)
Requires-Dist: pkginfo (>=1.5.0.1)
Requires-Dist: plotly (>=4.8.1)
Requires-Dist: psutil (>=5.7.0)
Requires-Dist: Pygments (>=2.6.1)
Requires-Dist: pylint (>=2.5.2)
Requires-Dist: pyparsing (>=2.4.7)
Requires-Dist: PyQt5 (>=5.15.0)
Requires-Dist: PyQt5-sip (>=12.8.0)
Requires-Dist: python-dateutil (>=2.8.1)
Requires-Dist: pytz (>=2020.1)
Requires-Dist: pywin32-ctypes (>=0.2.0)
Requires-Dist: readme-renderer (>=26.0)
Requires-Dist: requests (>=2.24.0)
Requires-Dist: requests-toolbelt (>=0.9.1)
Requires-Dist: retrying (>=1.3.3)
Requires-Dist: rfc3986 (>=1.4.0)
Requires-Dist: scikit-learn (>=0.22.1)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: six (>=1.14.0)
Requires-Dist: sklearn (>=0.0)
Requires-Dist: threadpoolctl (>=2.0.0)
Requires-Dist: toml (>=0.10.1)
Requires-Dist: tqdm (>=4.46.1)
Requires-Dist: twine (>=3.2.0)
Requires-Dist: typed-ast (>=1.4.1)
Requires-Dist: urllib3 (>=1.25.10)
Requires-Dist: webencodings (>=0.5.1)
Requires-Dist: wrapt (>=1.12.1)
Requires-Dist: xgboost (>=1.1.1)
Requires-Dist: zipp (>=3.1.0)

[include badges]
<img style="float: right;" src="mlduct/utils/_images/logo.png" width="170" height="120" align="right">
# ML - Duct : A pipeline Framework
<ins>A personal package for Machine Learning Pipelines</ins>
****

## <ins>Usage</ins>

A machine learning framework, to incorporate from data processing to modelling.
PS: Inspired from Keras

```py
# Imports


```

