Closed christophe-rannou closed 5 years ago
Add possibility to compute metrics from a csv file prescience.model_metric_from_csv(model_id, filepath).
prescience.model_metric_from_csv(model_id, filepath)
New helper method in payload get_input_names, returns a string list of input names.
get_input_names
Fix on ModelMetric, missing return statements for get_accuracy, get_log_loss and get_roc
ModelMetric
get_accuracy
get_log_loss
get_roc
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 forget_accuracy
,get_log_loss
andget_roc