aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMike Dusenberry <dusenberrymw@gmail.com>2015-06-02 12:38:14 -0700
committerJoseph K. Bradley <joseph@databricks.com>2015-06-02 12:38:14 -0700
commitad06727fe985ca243ebdaaba55cd7d35a4749d0a (patch)
tree5e73c9ac5a493dfd6c1cb6ac07a4b674392e5ed2 /python
parent0071bd8d31f13abfe73b9d141a818412d374dce0 (diff)
downloadspark-ad06727fe985ca243ebdaaba55cd7d35a4749d0a.tar.gz
spark-ad06727fe985ca243ebdaaba55cd7d35a4749d0a.tar.bz2
spark-ad06727fe985ca243ebdaaba55cd7d35a4749d0a.zip
[SPARK-7985] [ML] [MLlib] [Docs] Remove "fittingParamMap" references. Updating ML Doc "Estimator, Transformer, and Param" examples.
Updating ML Doc's *"Estimator, Transformer, and Param"* example to use `model.extractParamMap` instead of `model.fittingParamMap`, which no longer exists. mengxr, I believe this addresses (part of) the *update documentation* TODO list item from [PR 5820](https://github.com/apache/spark/pull/5820). Author: Mike Dusenberry <dusenberrymw@gmail.com> Closes #6514 from dusenberrymw/Fix_ML_Doc_Estimator_Transformer_Param_Example and squashes the following commits: 6366e1f [Mike Dusenberry] Updating instances of model.extractParamMap to model.parent.extractParamMap, since the Params of the parent Estimator could possibly differ from thos of the Model. d850e0e [Mike Dusenberry] Removing all references to "fittingParamMap" throughout Spark, since it has been removed. 0480304 [Mike Dusenberry] Updating the ML Doc "Estimator, Transformer, and Param" Java example to use model.extractParamMap() instead of model.fittingParamMap(), which no longer exists. 7d34939 [Mike Dusenberry] Updating ML Doc "Estimator, Transformer, and Param" example to use model.extractParamMap instead of model.fittingParamMap, which no longer exists.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions