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
The candidates score at the output is the one obtained by the random forest regressor, not the one after the max margin is applied. This way, the proposals are not sorted by the available score, and this can be misleading.
We should save both scores to avoid any confusion.