mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-18 00:46:03 +00:00
Add wodt clf
Add execution results of RaF, RoF and RRoF Fix fit time in database records
This commit is contained in:
5
wodt/__init__.py
Normal file
5
wodt/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .WODT import TreeClassifier
|
||||
|
||||
__all__ = [
|
||||
"TreeClassifier",
|
||||
]
|
Reference in New Issue
Block a user