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:
 - *scorespd.DataFrame
 DataFrames containing the scores of the models. The DataFrames must be the output of run_cross_validation
- widthint, optional
 Width of the plot (default is 800)
- heightint, optional
 Height of the plot (default is 600)
- cifloat, optional
 Confidence interval to use for the plots (default is 0.95)