Skip to content
Snippets Groups Projects
Commit 2cae8dba authored by Ludovic Moncla's avatar Ludovic Moncla
Browse files

Update classifiers.py

parent 2db8f7f9
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ grid_params = [
('lr', param_grid_lr),
('sgd', param_grid_sgd ),
('svm', param_grid_svm),
('decisionTree', param_grid_decisionTree),
#('decisionTree', param_grid_decisionTree),
('rfc', param_grid_rfc ),
('knn', param_grid_knn),
......
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