Skip to content

Commit 99c2ebf

Browse files
committed
add to python_shared_params
1 parent 39ecb07 commit 99c2ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/ml/param/_shared_params_code_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def get$Name(self):
9595
("predictionCol", "prediction column name", "'prediction'"),
9696
("rawPredictionCol", "raw prediction column name", "'rawPrediction'"),
9797
("inputCol", "input column name", None),
98+
("inputCols", "input column names", None),
9899
("outputCol", "output column name", None),
99100
("numFeatures", "number of features", None)]
100101
code = []

0 commit comments

Comments
 (0)