Skip to content

Commit

Permalink
add to python_shared_params
Browse files Browse the repository at this point in the history
  • Loading branch information
brkyvz committed May 6, 2015
1 parent 39ecb07 commit 99c2ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyspark/ml/param/_shared_params_code_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def get$Name(self):
("predictionCol", "prediction column name", "'prediction'"),
("rawPredictionCol", "raw prediction column name", "'rawPrediction'"),
("inputCol", "input column name", None),
("inputCols", "input column names", None),
("outputCol", "output column name", None),
("numFeatures", "number of features", None)]
code = []
Expand Down

0 comments on commit 99c2ebf

Please sign in to comment.