Skip to content

dhamvi01/Grid-Search-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Grid Search Python

Parameter and hyper parameter are vital for any model building. The pre-build model comes with parameters to tune it according to dataset. To get optimum accuracy it's essential to tune parameter properly

As one model is having multiple parameters it's important to find out best pairs of parameters. With the help of gridseach we can get the best paarameter set, For that we have to prepare diction containing parameters as key and it's different value as list for keys# Grid Search Python

Parameter and hyper parameter are vital for any model building. The pre-build model comes with parameters to tune it according to dataset. To get optimum accuracy it's essential to tune parameter properly

As one model is having multiple parameters it's important to find out best pairs of parameters. With the help of gridseach we can get the best paarameter set, For that we have to prepare diction containing parameters as key and it's different value as list for keys

Releases

No releases published

Packages

No packages published