Github user dbtsai commented on the issue:

    https://github.com/apache/spark/pull/11119
  
    I was also thinking that most of people will use this for daily retraining 
by passing in the previous model which will cause the model larger and larger 
due to the model chain which is unnecessary as  @MLnick's point. Depending on 
what we decide to override, if we only override `k` and `centroids` for k means 
or `coefficients` for LoR, should we just keep them in the returning model 
without having the information as full `initialModel`? Or we just simply cut 
the lineage?


---
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