Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
log()
Metrics.REGRESSION
Metrics.CLASSIFICATION
Metrics.RANKING
Metrics.AUC_LOG_LOSS
Metrics.RANKING_LABEL
repr()
repr(Metrics.[SDK Metric])
response = arize_client.log( model_id='sample-binary-classification-model', ... metrics_validation=[Metrics.CLASSIFICATION] ) response = arize_client.log( model_id='sample-regression-model', ... metrics_validation=[Metrics.REGRESSION] ) response = arize_client.log( model_id='sample-ranking-model', ... metrics_validation=[Metrics.RANKING, Metrics.RANKING_LABEL] )
Was this page helpful?
Suggestions