Metadata-Version: 2.1
Name: didtool
Version: 0.0.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.7
Description-Content-Type: text/markdown
Requires-Dist: seaborn (>=0.10.1)
Requires-Dist: scikit-learn (>=0.21.3)
Requires-Dist: lightgbm (>=2.3.1)
Requires-Dist: sklearn2pmml (==0.52.1)
Requires-Dist: pandas
Requires-Dist: numpy

# Install
```
pip install didtool
```


