File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33[ ![ codecov] ( https://codecov.io/gh/doctorado-ml/stree/branch/master/graph/badge.svg )] ( https://codecov.io/gh/doctorado-ml/stree )
44[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/35fa3dfd53a24a339344b33d9f9f2f3d )] ( https://www.codacy.com/gh/Doctorado-ML/STree?utm_source=github.com&utm_medium=referral&utm_content=Doctorado-ML/STree&utm_campaign=Badge_Grade )
55[ ![ PyPI version] ( https://badge.fury.io/py/STree.svg )] ( https://badge.fury.io/py/STree )
6- ![ https://img.shields.io/badge/python-3.8 %2B-blue ] ( https://img.shields.io/badge/python-3.8 %2B-brightgreen )
6+ ![ https://img.shields.io/badge/python-3.11 %2B-blue ] ( https://img.shields.io/badge/python-3.11 %2B-brightgreen )
77[ ![ DOI] ( https://zenodo.org/badge/262658230.svg )] ( https://zenodo.org/badge/latestdoi/262658230 )
88
99# STree
Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ def version() -> str:
175175 return __version__
176176
177177 def __call__ (self ) -> None :
178- """Only added to comply with scikit-learn base sestimator for ensembles
179- """
178+ """Only added to comply with scikit-learn base sestimator for
179+ ensembles """
180180 pass
181181
182182 def _more_tags (self ) -> dict :
You can’t perform that action at this time.
0 commit comments