mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-16 07:56:06 +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://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://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://badge.fury.io/py/STree)
|
||||||

|

|
||||||
[](https://zenodo.org/badge/latestdoi/262658230)
|
[](https://zenodo.org/badge/latestdoi/262658230)
|
||||||
|
|
||||||
# STree
|
# STree
|
||||||
|
@@ -175,8 +175,8 @@ class Stree(BaseEstimator, ClassifierMixin):
|
|||||||
return __version__
|
return __version__
|
||||||
|
|
||||||
def __call__(self) -> None:
|
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
|
pass
|
||||||
|
|
||||||
def _more_tags(self) -> dict:
|
def _more_tags(self) -> dict:
|
||||||
|
Reference in New Issue
Block a user