Skip to content

Commit

Permalink
Update visualizations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed Aug 21, 2023
1 parent 2bd6b1c commit 92e1b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalml/model_understanding/visualizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def graph_prediction_vs_actual_over_time(
X_train (pd.DataFrame): Data the pipeline was trained on.
y_train (pd.Series): Target values for training data.
dates (pd.Series): Dates corresponding to target values and predictions.
single_series (str): The single series that will be plotted from multiseries. Defaults to None
single_series (str): A single series id value to plot just one series in a multiseries dataset. Defaults to None.
Returns:
plotly.Figure: Showing the prediction vs actual over time.
Expand Down

0 comments on commit 92e1b64

Please sign in to comment.