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
run random_forest.py. Note this script does both training and testing
Performance on test set
Please run random_forest.py first, it calculates precision-recall scores that will be used in NN_perform.py to plot precision recall curves. It also prints aucpr for the random forest along with confidence intervals.
For the neural networks run NN_perform.py, it prints aucpr for the two models, and plot precision recall curve for all models.