Skip to content
Snippets Groups Projects
Commit cd1a3d43 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Valid

parent 395c1dcd
No related branches found
No related tags found
No related merge requests found
Pipeline #10814 failed
...@@ -17,10 +17,7 @@ __status__ = "Prototype" # Production, Development, Prototype ...@@ -17,10 +17,7 @@ __status__ = "Prototype" # Production, Development, Prototype
classifier_class_name = "RandomForestPregen" classifier_class_name = "RandomForestPregen"
<<<<<<< HEAD
=======
proto=True proto=True
>>>>>>> 258ada8c7e5025f984b03343596557abe8d3f5a4
class RandomForestPregen(RandomForestClassifier, BaseMonoviewClassifier, class RandomForestPregen(RandomForestClassifier, BaseMonoviewClassifier,
PregenClassifier): PregenClassifier):
......
...@@ -9,10 +9,7 @@ from ..monoview.monoview_utils import BaseMonoviewClassifier ...@@ -9,10 +9,7 @@ from ..monoview.monoview_utils import BaseMonoviewClassifier
from ..utils.hyper_parameter_search import CustomUniform, CustomRandint from ..utils.hyper_parameter_search import CustomUniform, CustomRandint
classifier_class_name = 'DecisionStumpSCMNew' classifier_class_name = 'DecisionStumpSCMNew'
<<<<<<< HEAD
=======
proto=True proto=True
>>>>>>> 258ada8c7e5025f984b03343596557abe8d3f5a4
class DecisionStumpSCMNew(BaseMonoviewClassifier): class DecisionStumpSCMNew(BaseMonoviewClassifier):
""" """
......
...@@ -12,10 +12,7 @@ __author__ = "Baptiste Bauvin" ...@@ -12,10 +12,7 @@ __author__ = "Baptiste Bauvin"
__status__ = "Prototype" # Production, Development, Prototype __status__ = "Prototype" # Production, Development, Prototype
classifier_class_name = "SCMPregen" classifier_class_name = "SCMPregen"
<<<<<<< HEAD
=======
proto=True proto=True
>>>>>>> 258ada8c7e5025f984b03343596557abe8d3f5a4
class SCMPregen(BaseMonoviewClassifier, PregenClassifier, scm): class SCMPregen(BaseMonoviewClassifier, PregenClassifier, scm):
""" """
......
from .additions.SelOptCB import SelfOptCBBoostClassifier from .additions.SelOptCB import SelfOptCBBoostClassifier
classifier_class_name = "SelfOptCBBoostBaseStump" classifier_class_name = "SelfOptCBBoostBaseStump"
<<<<<<< HEAD
=======
proto=True proto=True
>>>>>>> 258ada8c7e5025f984b03343596557abe8d3f5a4
class SelfOptCBBoostBaseStump(SelfOptCBBoostClassifier): class SelfOptCBBoostBaseStump(SelfOptCBBoostClassifier):
def __init__(self, n_max_iterations=10, random_state=42, twice_the_same=True, def __init__(self, n_max_iterations=10, random_state=42, twice_the_same=True,
......
from .additions.SelOptCB import SelfOptCBBoostClassifier from .additions.SelOptCB import SelfOptCBBoostClassifier
classifier_class_name = "SelfOptCBBoostBaseStump" classifier_class_name = "SelfOptCBBoostBaseStump"
<<<<<<< HEAD
=======
proto=True proto=True
>>>>>>> 258ada8c7e5025f984b03343596557abe8d3f5a4
class SelfOptCBBoostBaseStump(SelfOptCBBoostClassifier): class SelfOptCBBoostBaseStump(SelfOptCBBoostClassifier):
def __init__(self, n_max_iterations=10, random_state=42, twice_the_same=True, def __init__(self, n_max_iterations=10, random_state=42, twice_the_same=True,
......
from .additions.SelOptCB import SelfOptCBBoostClassifier from .additions.SelOptCB import SelfOptCBBoostClassifier
classifier_class_name = "SelfOptCBBoostBaseStump" classifier_class_name = "SelfOptCBBoostBaseStump"
<<<<<<< HEAD
=======
proto=True proto=True
>>>>>>> 258ada8c7e5025f984b03343596557abe8d3f5a4
class SelfOptCBBoostBaseStump(SelfOptCBBoostClassifier): class SelfOptCBBoostBaseStump(SelfOptCBBoostClassifier):
def __init__(self, n_max_iterations=10, random_state=42, twice_the_same=True, def __init__(self, n_max_iterations=10, random_state=42, twice_the_same=True,
......
...@@ -9,10 +9,7 @@ from ..utils.hyper_parameter_search import CustomRandint ...@@ -9,10 +9,7 @@ from ..utils.hyper_parameter_search import CustomRandint
from ..utils.dataset import get_samples_views_indices from ..utils.dataset import get_samples_views_indices
classifier_class_name = "SPKM" classifier_class_name = "SPKM"
<<<<<<< HEAD
=======
proto=True proto=True
>>>>>>> 258ada8c7e5025f984b03343596557abe8d3f5a4
class SPKM(BaseMonoviewClassifier, SPKMlikeSklearn): class SPKM(BaseMonoviewClassifier, SPKMlikeSklearn):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment