Skip to content

Commit

Permalink
Update _base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Sep 24, 2024
1 parent c3064f6 commit bd4761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/regression/base/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def _check_y(self, y):
y,
ALLOWED_MTYPES,
"Table",
return_metadata=["n_instances"],
return_metadata=["n_instances", "feature_names"],
var_name="y",
msg_return_dict="list",
)
Expand Down

0 comments on commit bd4761d

Please sign in to comment.