Add wodt clf

Add execution results of RaF, RoF and RRoF
Fix fit time in database records
This commit is contained in:
2021-03-10 01:37:00 +01:00
parent f52565b2a5
commit d4cfe77b18
14 changed files with 782 additions and 9 deletions

5
wodt/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .WODT import TreeClassifier
__all__ = [
"TreeClassifier",
]