You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, we used sklearn's RandomForestRegressor to predict a train and validaton error.
The features we used were: training and test accuracy for the first 50 epochs, and training and test loss, which were all combined into a single vector per sample, with the labels being the final train and validation error provided.
We achieved a ~95.9% accuracy on the public half of the dataset.
Here are some statistics from our model's training: