Metadata-Version: 2.1
Name: linearrf
Version: 1.0.0
Summary: A python libary to build Random Forests with Linear Models at the leaves.
Author-email: Marian Biermann <marianbiermann@gmx.de>
Project-URL: homepage, https://github.com/marianbiermann/lrf
Keywords: ml,rf,linear model,tree,dart,model tree,linear tree
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy>=1.20.3
Provides-Extra: dev
Requires-Dist: sklearn; extra == "dev"

