Python: Updated boost to 1.58 - Kivy support in python wrapper
This commit is contained in:
10
python/external/sklearn/__init__.py
vendored
Normal file
10
python/external/sklearn/__init__.py
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
The :mod:`sklearn.tree` module includes decision tree-based models for
|
||||
classification and regression.
|
||||
"""
|
||||
|
||||
from .tree import DecisionTreeRegressor
|
||||
from .tree import ExtraTreeRegressor
|
||||
from .export import export_graphviz
|
||||
|
||||
__all__ = ["DecisionTreeRegressor", "ExtraTreeRegressor"]
|
Reference in New Issue
Block a user