Description Usage Arguments Value Examples
log_predictions_to_run()
logs a metric score that can be used to
compare the distributions of true target values to the distribution
of predicted values for a regression task.
The predictions are binned and standard deviations are calculated for error bars on a line chart.
1 | log_predictions_to_run(name, value, description = "", run = NULL)
|
name |
A string of the name of the metric. |
value |
A named list containing name, version, and data properties. |
description |
(Optional) A string of the metric description. |
run |
The |
None
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.