Skip to content

Commit

Permalink
print("DEBUG {ValueError}Th
Browse files Browse the repository at this point in the history
 print("DEBUG {ValueError}Th
  • Loading branch information
Leci37 committed Oct 19, 2023
1 parent b291b06 commit 011f9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilW3/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def normalise_data(X, split_ratio, scaler_path, todict=False):
try:
output = scaler.transform(X)
except ValueError:
print("{ValueError}The feature names should match those that were passed during fit.")
print("DEBUG {ValueError}The feature names should match those that were passed during fit.")
output = scaler.transform(X[scaler.feature_names_in_])
output = pd.DataFrame(output, columns=columns, index=index)
else:
Expand Down

0 comments on commit 011f9b0

Please sign in to comment.