You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by HyukjinKwon <gi...@git.apache.org> on 2017/10/19 09:40:20 UTC

[GitHub] spark pull request #19535: [SPARK-22313][PYTHON] Mark/print deprecation warn...

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

    https://github.com/apache/spark/pull/19535#discussion_r145648171
  
    --- Diff: python/pyspark/mllib/classification.py ---
    @@ -311,7 +311,7 @@ def train(cls, data, iterations=100, step=1.0, miniBatchFraction=1.0,
             """
             warnings.warn(
                 "Deprecated in 2.0.0. Use ml.classification.LogisticRegression or "
    -            "LogisticRegressionWithLBFGS.")
    +            "LogisticRegressionWithLBFGS.", DeprecationWarning)
    --- End diff --
    
    Another example:
    
    ![2017-10-19 6 38 50](https://user-images.githubusercontent.com/6477701/31764682-d99c788a-b4fc-11e7-927b-5c20a8b2e7be.png)



---

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