Juzer Shakir
1db28b8718
Typo fixed ( #3784 )
...
The word 'make' was been repeated twice, fixed to single.
2018-10-10 10:23:27 -07:00
Saumya Bhatnagar
e0fd60f4e5
[doc] Fix link in rank demo README.md . ( #3759 )
2018-10-06 12:12:54 -07:00
BruceZhao
3b5a1f389a
[R] add a demo of multi-class classification R version ( #3695 )
...
* add a demo of multi-class classification R version
* add a demo of multi-class classification result
* add intro to the demo readme
* Delete train.md
* Update README.md
2018-09-21 23:06:40 -07:00
Sergei Chipiga
8dac0d1009
Fix typo in python demo ( #3676 )
2018-09-06 14:56:21 -07:00
Shiki-H
8f4acba34b
moved data processing to wgetdata.sh ( #3666 )
2018-09-04 09:36:48 -07:00
Philip Hyunsu Cho
10c31ab2cb
Fix #3638 : Binary classification demo should produce LIBSVM with 0-based indexing ( #3652 )
2018-08-30 13:18:42 -07:00
Shiki-H
24a268a2e3
sklearn api for ranking ( #3560 )
...
* added xgbranker
* fixed predict method and ranking test
* reformatted code in accordance with pep8
* fixed lint error
* fixed docstring and added checks on objective
* added ranking demo for python
* fixed suffix in rank.py
2018-08-21 08:26:48 -07:00
Philip Hyunsu Cho
b13c3a8bcc
Fix #3609 : Removed unused parameter 'use_buffer' ( #3610 )
2018-08-21 07:54:15 -07:00
Philip Hyunsu Cho
983cb0b374
Add option to disable default metric ( #3606 )
2018-08-18 11:39:20 -07:00
Philip Hyunsu Cho
ac7fc1306b
Fix #3598 : document that custom objective can't contain colon (:) ( #3601 )
2018-08-16 19:05:40 -07:00
Grace Lam
caf4a756bf
Add JSON dump functionality documentation ( #3600 )
2018-08-16 16:32:04 -07:00
Jakob Richter
725f4c36f2
replace nround with nrounds to match actual parameter ( #3592 )
2018-08-15 11:13:53 -07:00
Philip Hyunsu Cho
246ec92163
Update broken links ( #3565 )
...
Fix #3559
Fix #3562
2018-08-07 05:27:39 -07:00
zhaocc
8fb3388af2
fix typo ( #3188 )
2018-03-21 19:24:29 -04:00
Yuan (Terry) Tang
5d4cc49080
Update GPU plug-in documentation link ( #3130 )
2018-02-24 13:37:12 -05:00
Peter M. Landwehr
86bf930497
Fix typo: cutomize -> customize ( #3073 )
2018-02-04 22:56:04 +01:00
LevineHuang
878f307948
Fix minor typos ( #2842 )
...
* Some minor changes to the code style
Some minor changes to the code style in file basic_walkthrough.py
* coding style changes
* coding style changes arrcording PEP8
* Update basic_walkthrough.py
* Fix minor typo
* Minor edits to coding style
Minor edits to coding style following the proposals of PEP8.
2017-11-29 11:22:09 -08:00
LevineHuang
91af8f7106
Minor edits to coding style ( #2835 )
...
* Some minor changes to the code style
Some minor changes to the code style in file basic_walkthrough.py
* coding style changes
* coding style changes arrcording PEP8
* Update basic_walkthrough.py
2017-10-26 22:12:54 -05:00
LevineHuang
c71b62d48d
Minor changes to code style ( #2805 )
...
Some minor changes to code style in file 'boost_from_prediction.py'.
2017-10-23 10:46:45 -05:00
Guang Wei Yu
ff9180cd73
Add a new winning solution to demo/README.md ( #2778 )
2017-10-09 18:07:07 -04:00
zhxfl
178517524f
fix bug for demo/multiclass_classification/train.py ( #2747 )
2017-09-25 22:37:21 -05:00
Rory Mitchell
70071fc38c
Fix demo typo ( #2632 )
2017-08-23 17:21:51 +02:00
Rory Mitchell
332b26df95
Update GPU acceleration demo ( #2617 )
...
* Update GPU acceleration demo
* Fix parameter formatting
2017-08-19 21:27:48 +12:00
69guitar1015
9091493250
Update bosch.py ( #2482 )
...
- fix deprecated expression on StratifiedKFold
- use range instead of xrange
2017-07-06 20:05:09 -04:00
Rory Mitchell
48f3003302
[GPU-Plugin] Change GPU plugin to use tree_method parameter, bump cmake version to 3.5 for GPU plugin, add compute architecture 3.5, remove unused cmake files ( #2455 )
2017-06-29 16:19:45 +12:00
Nan Zhu
e24f25e0c6
add Qubole example ( #2401 )
2017-06-09 20:33:26 -07:00
Juang, Yi-Lin
6776292951
Minor cleanup ( #2342 )
...
* Clean up demo of multiclass classification
* Remove extra space
2017-05-26 09:40:41 -04:00
Benjamin Pachev
e38bea3cdf
Update README.md ( #2202 )
...
Add a link to a demo for the proposed PHP XGBoost wrapper.
2017-04-17 15:28:37 -07:00
Denis M Korzhenkov
ed5e75de2f
Nonreproducible sequence of evaluations fixed ( #2153 )
...
As `num_round=2` there is no `0003.model` file after training.
2017-03-29 10:11:23 -07:00
付雨帆
f1fe024a9d
Update md grammar for the README.md ( #2141 )
2017-03-23 11:02:06 -07:00
Yang Zhang
48835c3a4e
Update predict leaf indices ( #2135 )
...
* Updated sklearn_parallel.py for soon-to-be-deprecated modules
* Updated predict_leaf_indices.py; Use python3 print() as other exmaples and removed unused module
2017-03-22 19:12:34 -07:00
Yang Zhang
cc012dac68
Updated sklearn_parallel.py for soon-to-be-deprecated modules ( #2134 )
2017-03-22 16:18:15 -05:00
Yang Zhang
f6f5003f79
Updated sklearn_examples.py for soon-to-be-deprecated modules ( #2117 )
2017-03-21 20:07:27 -07:00
Icyblade Dai
301540f1d9
fix DeprecationWarning on sklearn.cross_validation ( #2075 )
...
* fix DeprecationWarning on sklearn.cross_validation
* fix syntax
* fix kfold n_split issue
* fix mistype
* fix n_splits multiple value issue
* split should pass a iterable
* use np.arange instead of xrange, py3 compatibility
2017-03-17 08:38:22 -05:00
Muneyuki Noguchi
8b827425b2
Fix comment in cross_validation.py ( #1923 )
...
cv() doesn't output std_value because show_stdv is set to False.
2017-01-02 09:40:41 -05:00
adamist521
119763bc49
cross_validation is included in model_selection module since sklearn 0.18 ( #1908 )
2016-12-26 04:11:56 -05:00
Rory Mitchell
b49b339183
GPU Plugin: Add subsample, colsample_bytree, colsample_bylevel ( #1895 )
2016-12-22 16:30:36 +01:00
Rory Mitchell
d943720883
GPU Plugin: Add bosch demo, update build instructions ( #1872 )
2016-12-15 07:57:27 +01:00
AbdealiJK
6f16f0ef58
Use bst_float consistently throughout ( #1824 )
...
* Fix various typos
* Add override to functions that are overridden
gcc gives warnings about functions that are being overridden by not
being marked as oveirridden. This fixes it.
* Use bst_float consistently
Use bst_float for all the variables that involve weight,
leaf value, gradient, hessian, gain, loss_chg, predictions,
base_margin, feature values.
In some cases, when due to additions and so on the value can
take a larger value, double is used.
This ensures that type conversions are minimal and reduces loss of
precision.
2016-11-30 10:02:10 -08:00
Dr. Kashif Rasul
da2556f58a
fixed some typos ( #1814 )
2016-11-25 16:34:57 -05:00
Nan Zhu
b56c6097d9
[jvm-packages] add Spark and XGBoost tutorial ( #1649 )
...
* add back train method but mark as deprecated
* add Spark and XGBoost tutorial
* fix scalastyle error
2016-10-11 09:41:24 -07:00
Guido Tapia
e06f6a0df7
Update README.md - added windows binaries ( #1600 )
...
Added a link to the nightly windows binaries hosted on Guido Tapia's (my) blog
2016-09-21 23:14:07 -07:00
Vlad Sandulescu
9f8116416b
Added KDD Cup 2016 competition ( #1596 )
...
merged thanks
2016-09-21 11:47:01 -04:00
Norbert
8cac37b2b4
Practical XGBoost in Python online course ( #1542 )
2016-09-06 11:12:56 -07:00
SiNZeRo
f8fb18675e
resolved dead link in demo/distributed-training/README.md ( #1484 )
2016-08-19 08:10:08 -05:00
闻波
669a387c99
fix a typo and some code format ( #1470 )
...
* fix a typo
* fix a typo and some code format
2016-08-18 12:41:18 -07:00
Shengwen Yang
77d17f6264
Add support for Gamma regression ( #1258 )
...
* Add support for Gamma regression
* Use base_score to replace the lp_bias
* Remove the lp_bias config block
* Add a demo for running gamma regression in Python
* Typo fix
* Revise the description for objective
* Add a script to generate the autoclaims dataset
2016-07-06 10:22:46 -07:00
Szilard Pafka
e2c1aa8b51
link to talk (video+slides) by Tianqi at Los Angeles Data Science meetup ( #1254 )
...
* link to talk (video+slides) by Tianqi
* benchmark
2016-06-07 21:43:52 -07:00
tqchen
149589c583
[PYTHON] Refactor trainnig API to use callback
2016-05-19 21:31:23 -07:00
Far0n
d7e5095e7c
Update README.md
...
Winning solution added: "Homesite Quote Conversion" (@Kaggle)
2016-04-09 09:12:49 +02:00