Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jvm-packages] fix the persistence of XGBoostEstimator #2265

Merged
merged 9 commits into from
May 9, 2017

Conversation

CodingCat
Copy link
Member

@CodingCat CodingCat commented May 7, 2017

We didn't implement MLWritable for XGBoostEstimator, causing that we cannot persist Pipeline and CrossValidatorModel which takes Pipeline as the estimator

this PR fixes the issue fix the issue and brings some changes on the parameters of GeneralParam which makes it feasible to serialize them as json

@CodingCat CodingCat changed the title [jvm-packages] fix the persistence of XGBoost [WIP][jvm-packages] fix the persistence of XGBoost May 7, 2017
@CodingCat CodingCat changed the title [WIP][jvm-packages] fix the persistence of XGBoost [WIP][jvm-packages] fix the persistence of XGBoostEstimator May 8, 2017
@CodingCat CodingCat changed the title [WIP][jvm-packages] fix the persistence of XGBoostEstimator [jvm-packages] fix the persistence of XGBoostEstimator May 8, 2017
@CodingCat CodingCat merged commit 428453f into dmlc:master May 9, 2017
CodingCat added a commit to CodingCat/xgboost that referenced this pull request Jun 18, 2017
* add back train method but mark as deprecated

* fix scalastyle error

* fix the persistence of XGBoostEstimator

* test persistence of a complete pipeline

* fix compilation issue

* do not allow persist custom_eval and custom_obj

* fix the failed tesl
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant