It seems to be working directly on the website but when i try load it in like this napi.diagnostics I do not get any stats on alpha and mpc.
'perEraDiagnostics': [{'era': '20250221',
'examplePredsCorr': None,
'validationBmc': None,
'validationCorr': None,
'validationCorrV4': 0.03371588778814402,
'validationFeatureCorrMax': None,
'validationFeatureNeutralCorr': None,
'validationFeatureNeutralCorrV3': None,
'validationFncV4': 0.03405398901256184,
'validationIcV2': 0.09164935244781418,
'validationMmc': None,
'validationRic': 0.060152348978264554},
#Numerai Diagnostics
1 messages · Page 1 of 1 (latest)
It probably needs to be added to the numerapi query cc @near basalt
It would be awesome if these api calls took an equivalent of kwargs supplied by the user to dump into the payload field. I modify numerapi locally for small things like id's on diagnostics, and find myself using raw_query more and more recreating the package in order to add or change graphql fields.