-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
[Roadmap] 1.2.0 Roadmap #5734
Comments
Regarding distributed learning, Databricks has this big warning on their XGBoost docs: a cluster running Spark has to be re-started if an XGBoost job fails. This is bad user experience, as a shared cluster might be running a number of other things and it would have to be shut down when a job fails, killing everything else. The related issue #4826 hasn't had an update in a long time, so not sure if that's still the case with 1.1.0. |
Is there any plan on making the Json serialization method no-longer "experimental" in version 1.2.0? What is the current status on this? Is the Json format currently stable or should we expect big changes in future releases? |
I'll also bring up re-visiting the default parameters issue, #4986 and the linked issue there, 1.2.0 might be a good point to at least change the |
@ldesreumaux We would like to remove the experimental label after we make JSON serialization robust. #5772 adds a whole suite of tests to ensure that floating-point values are preserved by JSON serialization. |
I think we will have to do it in next release. Which is not a bad thing, I'm targeting cat data support so we might unify a lots of internal code and will be able to support a unified set of parameters. |
Is categorical data support planned for 1.2.0 @trivialfis ? |
@dmlc/xgboost-committer It's been more than 2 months since we release 1.1.0, and we made 130 commits since then. Let's think about releasing 1.2.0 soon. Consider which pull requests are blocking. |
Removed from the roadmap. |
Added blocking PRs |
I can add gpu_hist unit test today, @CodingCat @hcho3 |
@wbo4958 I marked gpu_hist as "blocking". We'll make sure it's included in 1.2.0. |
@thvasilo Categorical data support won't be included in 1.2.0. cc @trivialfis |
@hcho3 Can we branch out? |
Sure, let me do that this Friday. |
Now that all blocking PRs have been merged, let me prepare a new release branch. |
1.2.0 is now released. |
@dmlc/xgboost-committer Please add your items here by editing this post. Let's ensure that
For other contributors who have no permission to edit the post, please comment here about what you think should be in 1.2.0.
DeviceQuantileDMatrix
#5583, Dask device dmatrix #5901).Blocking pull requests
Breaking change:
The text was updated successfully, but these errors were encountered: