Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the What you really need to know section for the big picture.
julearn.viz.plot_scores¶
- julearn.viz.plot_scores(*scores, width=800, height=600, ci=0.95)¶
Plot the scores of the models on a panel dashboard.
- Parameters:
*scores (
DataFrame) – DataFrames containing the scores of the models. The DataFrames must be the output of run_cross_validationwidth (
int, default:800) – Width of the plot (default is 800)height (
int, default:600) – Height of the plot (default is 600)ci (
float, default:0.95) – Confidence interval to use for the plots (default is 0.95)
Examples using julearn.viz.plot_scores¶
/auto_examples/99_docs/run_model_comparison_docs
Model Comparison