Good one! NumeraiClassicEvaluator
will now give legacy EPC and MMC metrics with .full_evaluation
. Legacy MMC will only be calculated if you define a meta_model_col
and have meta model predictions in your validation DataFrame.
NOTE: Numerai hasn’t released the full details on these metrics yet so we use the “MMC2” calculation and deliberately call it “legacy”.
This quickstart notebook explains evaluation in step 3. Note that you also need to add meta model predictions and specify meta_model_col
.