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.
1 parent 48a1361 commit e17f997Copy full SHA for e17f997
examples/src/main/python/ml/imputer_example.py
@@ -44,7 +44,7 @@
44
imputer = Imputer(inputCols=["a", "b"], outputCols=["out_a", "out_b"])
45
model = imputer.fit(df)
46
47
- model.transform(df).select("a", "b", "out_a", "out_b").show()
+ model.transform(df).show()
48
# $example off$
49
50
spark.stop()
0 commit comments