Jiaming Yuan
|
e433a379e4
|
Fix changing locale. (#5314)
* Fix changing locale.
* Don't use locale guard.
As number parsing is implemented in house, we don't need locale.
* Update doc.
|
2020-02-17 11:31:13 +08:00 |
|
Jiaming Yuan
|
ed2465cce4
|
Add configuration to R interface. (#5217)
* Save and load internal parameter configuration as JSON.
|
2020-02-16 03:01:58 +08:00 |
|
Jiaming Yuan
|
911a902835
|
Merge model compatibility fixes from 1.0rc branch. (#5305)
* Port test model compatibility.
* Port logit model fix.
https://github.com/dmlc/xgboost/pull/5248
https://github.com/dmlc/xgboost/pull/5281
|
2020-02-13 20:41:58 +08:00 |
|
Jiaming Yuan
|
472ded549d
|
Save Scikit-Learn attributes into learner attributes. (#5245)
* Remove the recommendation for pickle.
* Save skl attributes in booster.attr
* Test loading scikit-learn model with native booster.
|
2020-01-30 16:00:18 +08:00 |
|
Jiaming Yuan
|
ef19480eda
|
Add dart to JSON schema. (#5218)
* Add dart to JSON schema.
* Use spaces instead of tab.
|
2020-01-28 13:29:09 +08:00 |
|
Jiaming Yuan
|
1d0ca49761
|
Example JSON model parser and Schema. (#5137)
|
2019-12-23 19:47:35 +08:00 |
|
Jiaming Yuan
|
27b3646d29
|
Tests and documents for new JSON routines. (#5120)
|
2019-12-18 08:44:27 +08:00 |
|