Skip to content

Commit

Permalink
Removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbunn committed Oct 30, 2023
1 parent 5f9204d commit 4720493
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions evalml/pipelines/multiseries_regression_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def predict_in_sample(
X_unstacked = infer_feature_types(X_unstacked)
y_unstacked = infer_feature_types(y_unstacked)

print("inuns_X", X_unstacked, X_unstacked.ww.schema)
print("inuns_X_train", X_train_unstacked, X_train_unstacked.ww.schema)

unstacked_predictions = super().predict_in_sample(
X_unstacked,
y_unstacked,
Expand Down

0 comments on commit 4720493

Please sign in to comment.