mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 15:36:01 +00:00
Add execution results of RaF, RoF and RRoF Fix fit time in database records
6 lines
70 B
Python
6 lines
70 B
Python
from .WODT import TreeClassifier
|
|
|
|
__all__ = [
|
|
"TreeClassifier",
|
|
]
|