#Numerai Diagnostics

1 messages · Page 1 of 1 (latest)

worldly jackal
#

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},

dawn marsh
#

It probably needs to be added to the numerapi query cc @near basalt

stuck oxide
#

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.

near basalt
#

@worldly jackal I just released numerapi version 2.20.8, which added MPC and Alpha to diagnostics. Let me know if you are missing any other fields

#

@stuck oxide numerapi is an open source package. Feel free to open a pull request or a ticket if you spot missing functionality.