We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c0ea1e + c6f586d commit a680043Copy full SHA for a680043
examples/preprocessing/plot_robust_scaling.py
@@ -52,7 +52,7 @@
52
53
robust_scaler = RobustScaler()
54
Xtr_r = robust_scaler.fit_transform(X_train)
55
-Xte_r = robust_scaler.fit_transform(X_test)
+Xte_r = robust_scaler.transform(X_test)
56
57
58
# Plot data
0 commit comments