Uh oh!
There was an error while loading. Please reload this page.
[SPARK-13025] Allow users to set initial model in logistic regression - #11459
[SPARK-13025] Allow users to set initial model in logistic regression#11459GayathriMurali wants to merge 1 commit into
Conversation
sethah
commented
Mar 2, 2016
Could you update the title with the Jira number? See here for more details. |
GayathriMurali
commented
Mar 3, 2016
Can someone review this? |
jkbradley
commented
Mar 3, 2016
This will be nice to have, but we should make |
GayathriMurali
commented
Mar 4, 2016
@jkbradley initialModel is an instance of LogisticRegressionModel, I am not sure if I understand how to make it a Param? |
sethah
commented
Mar 7, 2016
Should this wait until PR-11119 is merged? |
GayathriMurali
commented
Mar 8, 2016
@jkbradley are we waiting to get this merged until PR-11119? |
jkbradley
commented
Mar 24, 2016
Sorry for the delayed review. I'm worried that these PRs to set the initial model may need to change significantly if we merge Estimator & Model: [https://issues.apache.org/jira/browse/SPARK-14033] After the merge, setting an initial model may make less sense, for it would then be easier to copy the initial model and set some Boolean parameter indicating that fitting should begin from the current model. |
SparkQA
commented
Oct 11, 2016
Test build #66726 has finished for PR 11459 at commit
|
HyukjinKwon
commented
May 11, 2017
Hi all, where are we on this? |
sethah
commented
May 24, 2017
This can be closed. |
lanisyutin
commented
Oct 13, 2020
Hi, all, what about the status of this issue? why it was not merged? There are any ways to set |
# What changes were proposed in this pull request? This PR proposes to close stale PRs, mostly the same instances with apache#18017Closesapache#11459Closesapache#13833Closesapache#13720Closesapache#12506Closesapache#12456Closesapache#12252Closesapache#17689Closesapache#17791Closesapache#18163Closesapache#17640Closesapache#17926Closesapache#18163Closesapache#12506Closesapache#18044Closesapache#14036Closesapache#15831Closesapache#14461Closesapache#17638Closesapache#18222 Added: Closesapache#18045Closesapache#18061Closesapache#18010Closesapache#18041Closesapache#18124Closesapache#18130Closesapache#12217 Added: Closesapache#16291Closesapache#17480Closesapache#14995 Added: Closesapache#12835Closesapache#17141 ## How was this patch tested? N/A Author: hyukjinkwon <gurwls223@gmail.com> Closesapache#18223 from HyukjinKwon/close-stale-prs.
JIRA : SPARK - 13025
Modified access specifier to default(Public) to allow users to set initial model in logistic regression