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

Requirements

parent b3dc2153
Branches
Tags
No related merge requests found
Pipeline #9545 failed
...@@ -79,6 +79,7 @@ class TestFunctions(unittest.TestCase): ...@@ -79,6 +79,7 @@ class TestFunctions(unittest.TestCase):
'knn', 'knn',
'lasso', 'lasso',
'random_forest', 'random_forest',
"random_scm",
'scm', 'scm',
'sgd', 'sgd',
'svm_linear', 'svm_linear',
...@@ -91,6 +92,7 @@ class TestFunctions(unittest.TestCase): ...@@ -91,6 +92,7 @@ class TestFunctions(unittest.TestCase):
'gradient_boosting', 'gradient_boosting',
'knn', 'knn',
'random_forest', 'random_forest',
"random_scm",
'scm', 'scm',
'svm_linear', 'svm_linear',
'svm_poly', 'svm_poly',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment