iiitl / Classification

Classification
MIT License
0 stars 13 forks source link

Used Grid Search CV to tune parameters #6 #15

Closed YuwanshB005 closed 8 months ago

YuwanshB005 commented 8 months ago

First I performed Data Preprocessing which included Handling null values and outliers, i have also done Feature Scaling ....Then i split my dataset set into training and testing dataset ....Then i used Grid Search CV to tune parameters to find best parameters which give best accuracy.

image
Samcoding5854 commented 8 months ago

Great work implementing the GridsearchCV correctly. I hope you may have experimented more with the GridsearchCV too.