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

    https://github.com/apache/spark/pull/9169#discussion_r42536384
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/mllib/optimization/GradientDescent.scala 
---
    @@ -51,11 +51,9 @@ class GradientDescent private[spark] (private var 
gradient: Gradient, private va
       }
     
       /**
    -   * :: Experimental ::
        * Set fraction of data to be used for each SGD iteration.
        * Default 1.0 (corresponding to deterministic/classical gradient 
descent)
        */
    -  @Experimental
    --- End diff --
    
    Please keep this one as experimental as well because it is not implemented 
efficiently.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to