Skip to content

Commit

Permalink
Updated to fix small comment issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed Jan 25, 2021
1 parent fdb88bc commit 968d4bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evalml/model_understanding/graphs.py
Expand Up @@ -580,7 +580,6 @@ def graph_partial_dependence(pipeline, X, features, class_label=None, grid_resol
# Don't specify share_xaxis and share_yaxis so that we get tickmarks in each subplot
fig = _subplots.make_subplots(rows=rows, cols=cols, subplot_titles=class_labels)
for i, label in enumerate(class_labels):
# Plotly trace indexing begins at 1 so we add 1 to i
label_df = part_dep.loc[part_dep.class_label == label]
if mode == "two-way":
x = label_df.index
Expand Down

0 comments on commit 968d4bd

Please sign in to comment.