Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
None
-
None
Description
The current implementation of Estimator does not support warm-start fitting, i.e. estimator.fit(data, params, partialModel). But first we need to add warm-start for all ML estimators. This is an umbrella JIRA to add support for the warm-start estimator.
Treat model as a special parameter, passing it through ParamMap. e.g. val partialModel: Param[Option[M]] = new Param(...). In the case of model existing, we use it to warm-start, else we start the training process from the beginning.
Attachments
Issue Links
- contains
-
SPARK-7852 Set the initial weights based on the previous when GLMs are run with multiple regParams
- Resolved
-
SPARK-13856 Support initialModel in ALS
- Resolved
-
SPARK-15785 Add initialModel param to Gaussian Mixture Model (GMM) in spark.ml
- Resolved
-
SPARK-21386 ML LinearRegression supports warm start from user provided initial model
- Resolved
-
SPARK-10780 Set initialModel in KMeans in Pipelines API
- Resolved
-
SPARK-13025 Allow user to specify the initial model when training LogisticRegression
- Resolved
- is duplicated by
-
SPARK-13026 Umbrella: Allow user to specify initial model when training
- Resolved
- is related to
-
SPARK-20082 Incremental update of LDA model, by adding initialModel as start point
- Resolved
- relates to
-
SPARK-12098 Cross validator with multi-arm bandit search
- Closed