when I tried code without sklearn I got 82% accuracy and when I used sklearn and random forest with cos validation I got 80% accuracy plz tell me to increase my code accuracy
How to increase accuracy
hey @Jan19LPN0013,
there are various other techniques to improve accuracy on a particular dataset :
- feature selection and extraction
- scaling data
- selecting correct model technique:
a. basic models like linear regression , logistic regression
b. bagging or boosting ensemble techniques
c. Neural networks - Hyper parameter tuning
If you work in the correct order , with the best model you can easily achieve 95-97% accuracy on the given dataset.
I hope this would have helped you.
Thank You and Happy Learning .
okh thankyou sir for your support