Metadata-Version: 2.1
Name: rotation-random-forest
Version: 0.1.0
Summary: Implementation Rotation Random Forest with interface like scikit-learn.
License: MIT
Author: Pavel Kochkin
Author-email: kochkin27@gmail.com
Requires-Python: >=3.10,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: scikit-learn (>=1.1.2,<2.0.0)
Requires-Dist: scipy (>=1.9.0,<2.0.0)
