Metadata-Version: 2.1
Name: eBoruta
Version: 0.1.dev0
Summary: Extended Boruta -- a flexible transparent sklearn-compatible python Boruta implementation
Project-URL: Documentation, https://github.com/edikedik/eBoruta#readme
Project-URL: Issues, https://github.com/edikedik/eBoruta/issues
Project-URL: Source, https://github.com/edikedik/eBoruta
Author-email: Ivan Reveguk <ivan.reveguk@gmail.com>
License-Expression: MIT
License-File: LICENCE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn>=1.0.2
Requires-Dist: scipy
Requires-Dist: shap>=0.40.0
Requires-Dist: statsmodels
Requires-Dist: tqdm
