- 18 Feb, 2019 2 commits
-
-
Harry Moreno authored
* it is confusing to name validation data `test_data` especially as terms like train, validation, test splits are common in ML. Change variable name in python quick start.
-
Nikita Titov authored
-
- 07 Feb, 2019 1 commit
-
-
Laurae authored
-
- 06 Feb, 2019 1 commit
-
-
Nikita Titov authored
-
- 05 Feb, 2019 2 commits
- 04 Feb, 2019 2 commits
- 03 Feb, 2019 2 commits
- 02 Feb, 2019 4 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* refined command status check * refined Appveyor * redirect all warnings to stdout
-
Nikita Titov authored
-
Nikita Titov authored
* added OpenMP options for python-package installation * fixed grammar typo
-
- 31 Jan, 2019 1 commit
-
-
Guolin Ke authored
-
- 30 Jan, 2019 3 commits
-
-
Guolin Ke authored
* always save the score of the first round in early stopping fix #1971 * avoid using std::log on non-positive numbers * remove unnecessary changes * add tests * Update test_sklearn.py * enhanced tests
-
Nikita Titov authored
* added test for huge string model * fixed tree sizes field * simplified model structure * fixed test and added try/except
-
Guolin Ke authored
-
- 29 Jan, 2019 1 commit
-
-
Guolin Ke authored
-
- 28 Jan, 2019 1 commit
-
-
Laurae authored
-
- 27 Jan, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
[tests][python] added tests for metrics' behavior and fixed case for multiclass task with custom objective (#1954) * added metrics test for standard interface * simplified code * less trees * less trees * use dummy custom objective and metric * added tests for multiclass metrics aliases * fixed bug in case of custom obj and num_class > 1 * added metric test for sklearn wrapper
-
- 26 Jan, 2019 1 commit
-
-
Tsukasa OMOTO authored
* Fix build on macOS Mojave Fixed #1898 - https://iscinumpy.gitlab.io/post/omp-on-high-sierra/ - https://cliutils.gitlab.io/modern-cmake/chapters/packages/OpenMP.html - https://github.com/Homebrew/homebrew-core/pull/20589 * update setup.py * update docs * fix setup.py * update docs * update docs * update setup.py * update docs
-
- 23 Jan, 2019 1 commit
-
-
Guolin Ke authored
* add warnings for override parameters of Dataset * fix pep8 * add feature_penalty * refactor * add R's code * Update basic.py * Update basic.py * fix parameter bug * Update lgb.Dataset.R * fix a bug
-
- 22 Jan, 2019 1 commit
-
-
James Lamb authored
* fixed minor typos in documentation * fixed typo in gpu_tree_learner.cpp * Update .gitignore
-
- 21 Jan, 2019 1 commit
-
-
Nikita Titov authored
* Added links to the libraries used. * Fixing the header * Fixes * ot -> to
-
- 20 Jan, 2019 3 commits
-
-
Guolin Ke authored
-
Nikita Titov authored
-
Dan Houghton authored
* Correcting lgb.prepare output comment * updated Roxygen files
-
- 19 Jan, 2019 1 commit
-
-
Maximilian Eber authored
* Fix multiclass custom objective demo * Use option not to boost from average instead of setting init score explicitly * Reference #1846 when turning off boost_from_average * Add trailing whitespace
-
- 18 Jan, 2019 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* removed comparison warning * fixed spacing
-
Nikita Titov authored
-
- 17 Jan, 2019 1 commit
-
-
Nikita Titov authored
* removed brew hotfix and deprecated sudo option on Travis * removed brew hotfix on Azure
-
- 16 Jan, 2019 2 commits
-
-
Shahzad Lone authored
File: [LightGBM//src/io/dataset.cpp] Function: [138:FastFeatureBundling(...)] Reserving vectors where we already know the size to save on reallocation costs. Also removed a variable that was unnecessary.
-
remcob-gr authored
When loading a binary file, take feature penalty and monotone constraints from config if given there. (#1881) * When loading a binary file, take feature penalty from config if given there. * When loading a binary file, take feature penalty from config if given there. * Fix crash when num_features != num_total_features and feature_contri is given. * Apply the same logic to monotone_types_. * Fix indentation
-
- 15 Jan, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 14 Jan, 2019 1 commit
-
-
Nikita Titov authored
* fixed xcode version * fixed brew on Travis * fixed brew on Azure Pipelines
-
- 24 Dec, 2018 1 commit
-
-
Gao Tao authored
add boost header files compute/ into build_r.R to enable GPU compilation
-