- 25 Jul, 2019 2 commits
-
-
Guolin Ke authored
* fix metric alias * fix format * updated docs * simplify alias in objective function * move the alias parsing to config.cpp * updated docs * fix multi-class aliases * updated regression aliases in docs * fixed trailing space
-
Nikita Titov authored
-
- 24 Jul, 2019 2 commits
-
-
Nikita Titov authored
* removed temp fix for conda * fixed conda activation before any conda command
-
Guolin Ke authored
* add weight in tree model output * fix bug * updated Python plotting part to handle weights
-
- 23 Jul, 2019 1 commit
-
-
Guolin Ke authored
-
- 19 Jul, 2019 1 commit
-
-
Guolin Ke authored
-
- 18 Jul, 2019 1 commit
-
-
Guolin Ke authored
* throw error when meet non ascii * check ascii for config strings.
-
- 17 Jul, 2019 1 commit
-
-
James Lamb authored
* added CODEOWNERS (fixes #2194) * revisions to CODEOWNERS * more general wildcard in CODEOWNERS
-
- 12 Jul, 2019 1 commit
-
-
Guolin Ke authored
* fix init_model with subset * Update basic.py * added test * fix predictor naming issue * Update basic.py * fix bug * fix pylint * fix comments * Update basic.py * Update basic.py * updated test * fixed bug * fixed lint * fix warning * add get_data before initial prediction * refine the warning in get_data * refine warning * Update basic.py
-
- 09 Jul, 2019 1 commit
-
-
Guolin Ke authored
* add test * fix a index bug
-
- 08 Jul, 2019 1 commit
-
-
Belinda Trotta authored
* Add parameter max_bin_by_feature. * Fix minor bug. * Fix minor bug. * Fix calculation of header size for writing binary file. * Fix style issues. * Fix python style issue. * Fix test and python style issue.
-
- 07 Jul, 2019 3 commits
-
-
Guolin Ke authored
-
Nikita Titov authored
-
Nikita Titov authored
-
- 01 Jul, 2019 1 commit
-
-
Nikita Titov authored
* Update .appveyor.yml * Update .vsts-ci.yml * Update setup.sh
-
- 30 Jun, 2019 1 commit
-
-
Nikita Titov authored
-
- 20 Jun, 2019 2 commits
-
-
Nikita Titov authored
* Update test.py * Update test_consistency.py * Update test_basic.py * Update test_sklearn.py * Update test_sklearn.py * Update test_engine.py * more replacements
-
Guolin Ke authored
-
- 18 Jun, 2019 1 commit
-
-
Guolin Ke authored
* add balanced bagging * refine code * fix format * clarify usage only for binary application
-
- 17 Jun, 2019 2 commits
-
-
Guolin Ke authored
* add "download" badge * Update README.rst * Update README.md * replaced issue badge with releases downloads badge * Update README.md
-
James Lamb authored
-
- 13 Jun, 2019 2 commits
-
-
Oleksii Renov authored
* mojave install r openmp fix * if not gcc/g++ env * add comment * fix
-
Nikita Titov authored
-
- 05 Jun, 2019 1 commit
-
-
Guolin Ke authored
* consider max_depth for histogram_pool_size * Update serial_tree_learner.cpp * Update config.cpp * Update serial_tree_learner.cpp
-
- 04 Jun, 2019 2 commits
-
-
Nikita Titov authored
* fixed class_weight * fixed lint * added test * hotfix
-
Nikita Titov authored
* Update sklearn.py * Update parameter_generator.py
-
- 02 Jun, 2019 2 commits
-
-
Aidan Cooper authored
Replace "Traninig" with "Training"
-
Guolin Ke authored
* fix unsorted eval_at * Update config.cpp
-
- 28 May, 2019 1 commit
-
-
Nikita Titov authored
* fixed and enhanced format of C API * fixed description of dataset creation functions
-
- 27 May, 2019 2 commits
-
-
Laurae authored
* Callback for NA handling * lgb.Booster default score => NA * lgb.cv default best score => NA * Fix back callback * lgb.train with booster check at the end manual tests done: * With early stopping + with validation set * With early stopping + without validation set * Without early stopping + with validation set * Without early stopping + without validation set And with multiple metrics / validation sets. * lgb.cv with booster check at the end manual tests done: * With early stopping + with validation set * With early stopping + without validation set * Without early stopping + with validation set * Without early stopping + without validation set And with multiple metrics / validation sets.
-
Nikita Titov authored
[python] fixed picklability of sklearn models with custom obj and updated docstings for custom obj (#2191) * refactored joblib test * fixed picklability of sklearn models with custom obj and updated docstings for custom obj * pickled model should be able to predict without refitting
-
- 26 May, 2019 2 commits
-
-
Guolin Ke authored
-
Belinda Trotta authored
* Implement top-k multiclass error metric. Add new parameter top_k_threshold. * Add test for multiclass metrics * Make test less sensitive to avoid floating-point issues. * Change tabs to spaces. * Fix problem with test in Python 2. Refactor to use np.testing. Decrease number of training rounds so loss is larger and easier to compare. * Move multiclass tests into test_engine.py * Change parameter name from top_k_threshold to multi_error_top_k. * Fix top-k error metric to handle case where scores are equal. Update tests and docs. * Change name of top-k metric to multi_error@k. * Change tabs to spaces. * Fix formatting. * Fix minor issues in docs.
-
- 25 May, 2019 1 commit
-
-
nabokovas authored
* [ci] for autogenerating docs * resolved comments * resolved comments 2 * update to 36c89134
-
- 22 May, 2019 1 commit
-
-
Nikita Titov authored
-
- 18 May, 2019 2 commits
-
-
leasunhy authored
`num_round` is redundant here because it will be overrideen by `num_trees` in the `param` dictionary.
-
Nikita Titov authored
-
- 16 May, 2019 2 commits
-
-
Nikita Titov authored
-
Guolin Ke authored
* first metric only in earlystopping for cli * code clean * added note about CLI only usage * removed note about CLI only usage
-
- 15 May, 2019 1 commit
-
-
Nikita Titov authored
* migrate Dockerfile * switch tag back
-