ovh / prescience-client

Desktop python client for using OVH Prescience service
Other
13 stars 1 forks source link

Metrics from csv + fix #25

Closed christophe-rannou closed 4 years ago

christophe-rannou commented 4 years ago

Add possibility to compute metrics from a csv file prescience.model_metric_from_csv(model_id, filepath).

New helper method in payload get_input_names, returns a string list of input names.

Fix on ModelMetric, missing return statements for get_accuracy, get_log_loss and get_roc