Overview
This chart is specifically designed for classification tasks. It visualizes the performance of a classification model for each class in a One-vs-Rest (OVR) manner.
Chart's configurations
Class Name
- Default Value: None
- Description: Refers to the distinct categories or labels that the model aims to predict. Each class represents a specific outcome or group that the algorithm learns to identify based on the patterns and features present in the dataset.
Height
- Default Value: 500 pixels
- Description: Provide a specific height value for the chart. Only integer values are allowed, and this will help maintain the aspect ratio of the chart.
Show Legend
- Default Value: True
- Description: Refers to the option of displaying a key or legend on the chart. This legend provides information about the meaning of different colors, shapes, or symbols used in the chart, helping viewers interpret the data accurately. Enabling the
Show Legend
feature enhances the clarity and understanding of the chart, making it easier for the audience to associate visual elements with specific categories or data points.
X-axis Grid
- Default Value: True
- Description: The
X-axis grid
consists of horizontal lines on the chart, providing a visual reference for data points along theX-axis
.
Y-axis Grid
- Default Value: True
- Description: The
Y-axis grid
comprises vertical lines on the chart, offering a visual guide for data points along theY-axis
.
Chart Title
- Max Length: 80 characters
- Description: The chart title is the headline of your data story. It succinctly describes the main theme or purpose of the chart, providing a quick overview of the insights presented.
- Note: You can use the tag
{{Class_name}}
to display the selected class name on the chart and the tag{{AUC}}
to display the value of the AUC on the chart, or{{None}}
to display nothing.
- Note: You can use the tag
X-axis Title
- Max Length: 80 characters
- Description: The
X-axis title
labels the horizontal axis of your chart, providing context for the variable or time scale represented. It serves as a key reference point for understanding the data along theX-axis
.- Note: You can use the tag
{{Class_name}}
to display the selected class name on the chart and the tag{{AUC}}
to display the value of the AUC on the chart, or{{None}}
to display nothing.
- Note: You can use the tag
Y-axis Title
- Max Length: 80 characters
- Description: The
Y-axis title
labels the vertical axis of your chart, indicating the scale or measurement of the displayed data. It serves as a key reference point for understanding the data along theY-axis
.- Note: You can use the tag
{{Class_name}}
to display the selected class name on the chart and the tag{{AUC}}
to display the value of the AUC on the chart, or{{None}}
to display nothing.
- Note: You can use the tag
Curve Title
- Max Length: 80 characters
- Description: The
curve title
provides a specific identifier for each plotted curve or line on the chart. It helps distinguish between multiple curves and adds clarity to the data presentation.- Note: You can use the tag
{{Class_name}}
to display the selected class name on the chart and the tag{{AUC}}
to display the value of the AUC on the chart, or{{None}}
to display nothing.
- Note: You can use the tag
Trace Title
- Max Length: 80 characters
- Description: The
trace title
is a label that identifies individual traces in your chart, such as lines, bars, or points. It helps differentiate between multiple data series, providing clarity and context.- Note: You can use the tag
{{Class_name}}
to display the selected class name on the chart and the tag{{AUC}}
to display the value of the AUC on the chart, or{{None}}
to display nothing.
- Note: You can use the tag
Trace Color
- Default Value: #6D5FE4
- Description: The
trace color
defines the distinct color assigned to individual traces on the chart. It enhances visual separation, making it easier for users to identify and compare different data series. Thoughtful selection of trace colors contributes to a clear and visually appealing representation of your data.
Paper Color
- Default Value: #FFFFFF
- Description: The
paper color
refers to the background color of your paper of chart. It sets the overall visual tone and can impact the readability of your data.
Plot Color
- Default Value: #e2edff
- Description: The
plot color
defines the color scheme used for the main elements within the chart. Thoughtful selection of plot colors enhances visual appeal and aids in conveying information effectively.
Font Color
- Default Value: #000
- Description: The
font color
refers to the color of the text within your chart, including titles, labels, and annotations. Selecting an appropriate font color is essential for readability and ensuring that the text stands out against the background.
Curve Line Color
- Default Value: #00000
- Description: The
curve line color
specifies the color of the lines representing curves or data series on the chart. This visual element enhances the distinction between different curves, aiding in interpretation.
X-axis Grid Color
- Default Value: #C2C2C2
- Description: The
X-axis grid color
refers to the color of the horizontal grid lines on the chart. It provides a visual reference for data points along theX-axis
, aiding in interpretation.
Y-axis Grid Color
- Default Value: #C2C2C2
- Description: The
Y-axis grid color
pertains to the color of the vertical grid lines on the chart. It serves as a visual guide, aiding in the interpretation of data points along theY-axis
.