Metadata-Version: 2.1
Name: didtool
Version: 0.1.1
Summary: Tool set for feature engineering & modeling
Home-page: https://github.com/dustless/didtool
Author: dustless
Author-email: wuchenghui927@126.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: seaborn (>=0.10.1)
Requires-Dist: scikit-learn (>=0.24.1)
Requires-Dist: lightgbm (>=3.1.0)
Requires-Dist: sklearn2pmml (>=0.65.0)
Requires-Dist: bayesian-optimization (==1.2.0)
Requires-Dist: pandas
Requires-Dist: numpy

# Install
```
pip install didtool
```
or 
```
python setup.py bdist_wheel
cd dist/
pip install didtool-{version}-py3-none-any.whl
```


