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

corrected version issue with sklearn in imports

parent 8ed1ceb2
No related branches found
No related tags found
No related merge requests found
Pipeline #6437 failed
......@@ -54,7 +54,7 @@ from scipy.sparse import csc_matrix, csr_matrix, coo_matrix, dok_matrix
from scipy.sparse import lil_matrix
from sklearn.model_selection import GridSearchCV
from sklearn.svm import SVC
from sklearn.ensemble.forest import RandomForestClassifier
from sklearn.ensemble import RandomForestClassifier
from sklearn.cluster import KMeans
from sklearn.linear_model import Lasso
from sklearn.tree import DecisionTreeClassifier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment