mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-16 07:56:06 +00:00
Add model comparison to notebook test
This commit is contained in:
@@ -7,6 +7,7 @@ Node of the Stree (binary tree)
|
||||
'''
|
||||
|
||||
import os
|
||||
|
||||
import numpy as np
|
||||
from sklearn.svm import LinearSVC
|
||||
|
||||
|
@@ -8,10 +8,11 @@ Build an oblique tree classifier based on SVM Trees
|
||||
Uses LinearSVC
|
||||
'''
|
||||
|
||||
import numpy as np
|
||||
import typing
|
||||
from sklearn.svm import LinearSVC
|
||||
|
||||
import numpy as np
|
||||
from sklearn.base import BaseEstimator, ClassifierMixin
|
||||
from sklearn.svm import LinearSVC
|
||||
from sklearn.utils.validation import check_X_y, check_array, check_is_fitted
|
||||
|
||||
from trees.Snode import Snode
|
||||
|
Reference in New Issue
Block a user