Github user MLnick commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17996#discussion_r117174667
  
    --- Diff: docs/ml-guide.md ---
    @@ -72,35 +72,26 @@ MLlib is under active development.
     The APIs marked `Experimental`/`DeveloperApi` may change in future 
releases,
     and the migration guide below will explain all changes between releases.
     
    -## From 2.0 to 2.1
    +## From 2.1 to 2.2
     
     ### Breaking changes
    - 
    -**Deprecated methods removed**
     
    -* `setLabelCol` in `feature.ChiSqSelectorModel`
    -* `numTrees` in `classification.RandomForestClassificationModel` (This now 
refers to the Param called `numTrees`)
    -* `numTrees` in `regression.RandomForestRegressionModel` (This now refers 
to the Param called `numTrees`)
    -* `model` in `regression.LinearRegressionSummary`
    -* `validateParams` in `PipelineStage`
    -* `validateParams` in `Evaluator`
    +There are no breaking changes.
     
     ### Deprecations and changes of behavior
     
     **Deprecations**
     
    -* [SPARK-18592](https://issues.apache.org/jira/browse/SPARK-18592):
    -  Deprecate all Param setter methods except for input/output column Params 
for `DecisionTreeClassificationModel`, `GBTClassificationModel`, 
`RandomForestClassificationModel`, `DecisionTreeRegressionModel`, 
`GBTRegressionModel` and `RandomForestRegressionModel`
    +There are no deprecations.
     
     **Changes of behavior**
    --- End diff --
    
    Thanks - didn't catch that one


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to