mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
Update python min version in Readme
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[](https://codecov.io/gh/doctorado-ml/stree)
|
||||
[](https://www.codacy.com/gh/Doctorado-ML/STree?utm_source=github.com&utm_medium=referral&utm_content=Doctorado-ML/STree&utm_campaign=Badge_Grade)
|
||||
[](https://badge.fury.io/py/STree)
|
||||

|
||||

|
||||
[](https://zenodo.org/badge/latestdoi/262658230)
|
||||
|
||||
# STree
|
||||
|
@@ -175,8 +175,8 @@ class Stree(BaseEstimator, ClassifierMixin):
|
||||
return __version__
|
||||
|
||||
def __call__(self) -> None:
|
||||
"""Only added to comply with scikit-learn base sestimator for ensembles
|
||||
"""
|
||||
"""Only added to comply with scikit-learn base sestimator for
|
||||
ensembles"""
|
||||
pass
|
||||
|
||||
def _more_tags(self) -> dict:
|
||||
|
Reference in New Issue
Block a user