RandomForets

I used a random forest classifier as my model and for data, I used SMOTE to generate new data because our data is not balanced and I dropped the 'grad' column because it has just one value in our dataset.

9/18/2022
199 views

Tags:  

#python 

#classification 

#machine-learning