How to know if there is a way to improve this model and also how should I know if I reached a particular models limit
I’m new in data science so when I do models I’m not sure if I reached the end and also I don’t know how else can I improve the model. This here is random forest classifier for which I used RandomizeSearchCV for parameters and eventually got 73% which was the highest. Also I used class_weight to balance out the classes, I scaled everything and cleaned the data as you will see. I’m not sure if this is THE BEST way to do this and also I don’t know if 73% is good enough when making models and also if I reached a limit with Random Forest Classifier.