mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
* Implement CFS/FCBF in splitter * Split Splitter class to its own file Update hyperparams table in docs Implement CFS/FCBS with max_features and variable type * Set mfs to continuous variables * Fix some tests and style issues in Splitter * Update requirements in github CI
This commit is contained in:
committed by
GitHub
parent
ecc2800705
commit
3f79d2877f
2
setup.py
2
setup.py
@@ -44,7 +44,7 @@ setuptools.setup(
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
"Intended Audience :: Science/Research",
|
||||
],
|
||||
install_requires=["scikit-learn", "numpy"],
|
||||
install_requires=["scikit-learn", "numpy", "mfs"],
|
||||
test_suite="stree.tests",
|
||||
zip_safe=False,
|
||||
)
|
||||
|
Reference in New Issue
Block a user