Skip to content

Latest commit

 

History

History

GridSearchCV

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

GridSearchCV

Algorithms implemented:

  1. Random Forest
  2. SVM
  3. Logistic Regression
  4. Decision Tree
  5. Naive Bayes
  6. KNN

To use this, X and y i.e. independent and dependent variables must be defined.

Installation required : scikit-learn