...
/Quiz: Visualizing Machine Learning Models with Plotly
Quiz: Visualizing Machine Learning Models with Plotly
Test your understanding of how to visualize regression and classification model outputs with Plotly figures.
We'll cover the following...
We'll cover the following...
Quiz: Visualizing Machine Learning Models with Plotly
1.
In Plotly, how can you add a line of best fit to a scatter plot, and what argument is used for this purpose?
A.
You can add a line of best fit by setting the trendline
argument to ols
.
B.
You can add a line of best fit by setting the regression argument to True
.
C.
You can add a line of best fit by setting the OLS argument to True
.
D.
You can add a line of best fit by setting the fitline argument to True
.
1 / 4