- 25 Oct, 2019 1 commit
-
-
James Lamb authored
-
- 24 Oct, 2019 3 commits
-
-
James Lamb authored
-
James Lamb authored
-
James Lamb authored
-
- 22 Oct, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* handle aliases centralized * convert aliases dict to class
-
- 21 Oct, 2019 2 commits
-
-
James Lamb authored
* reduced number of commits cloned to CI environments * changed clone depth for CI to 5 commits
-
Guolin Ke authored
* Update sparse_bin.hpp * check sorted in c_api * fix python package * fix tests * fix test * std::is_sorted * Update basic.py
-
- 16 Oct, 2019 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
Nikita Titov authored
* Update setup.sh * Update setup.sh * Update setup.sh * Update setup.sh * Update setup.sh * Update setup.sh
-
- 15 Oct, 2019 2 commits
-
-
Nikita Titov authored
* added logos to badges * Update README.rst
-
Guolin Ke authored
* reduce the buffer when using high dimensional data in distributed mode. * Update dataset_loader.cpp * refix * typo * fix number of bin accumulation. * avoid overflow * fix warning * efficient solution. * Update dataset.h * fix bin count output * fix warning * bug in dist number of feature check * fix possible edge case * Update dataset.cpp * possible bug fix * fix
-
- 14 Oct, 2019 1 commit
-
-
Nikita Titov authored
-
- 13 Oct, 2019 1 commit
-
-
Jagadeesh Kotra authored
* dpi option in plot_importance * pep fix * added dpi to plot_metric, plot_tree * add dpi to plot_split_value_histogram * removed trailing white space in docstring
-
- 09 Oct, 2019 1 commit
-
-
Guolin Ke authored
-
- 07 Oct, 2019 2 commits
-
-
Nikita Titov authored
-
James Lamb authored
* fixed miscellaneous typos in documentation * fix typo introduced in typo-fixing PR
-
- 06 Oct, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 03 Oct, 2019 1 commit
-
-
Guolin Ke authored
* check the shape for mat, csr and csc * guess from csr * support file checking * better error msg * grammar * clean code * code clean * check range for CSR * Update test_.py * Update test_.py * added tests
-
- 02 Oct, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 01 Oct, 2019 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
Nikita Titov authored
* moved clang linking commands to docker * switch to dev container * test: switch compilers * switch compilers back * switch back to production container
-
- 29 Sep, 2019 6 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
Nikita Titov authored
* bump images * updated linkchecker's config * test: switch compilers * switch compilers back
-
Guolin Ke authored
* new version number after release * Update .appveyor.yml * Update DESCRIPTION
-
James Lamb authored
-
Guolin Ke authored
* Update DESCRIPTION * bump minor version
-
- 28 Sep, 2019 2 commits
-
-
Belinda Trotta authored
* Fix bug where small values of max_bin cause crash. * Revert "Fix bug where small values of max_bin cause crash." This reverts commit fe5c8e2547057c1fa5750bcddd359dd7708fab4b. * Add functionality to force bin thresholds. * Fix style issues. * Use stable sort. * Minor style and doc fixes. * Add functionality to force bin thresholds. * Fix style issues. * Use stable sort. * Minor style and doc fixes. * Change binning behavior to be same as PR #2342. * Add functionality to force bin thresholds. * Fix style issues. * Use stable sort. * Minor style and doc fixes. * Add functionality to force bin thresholds. * Fix style issues. * Use stable sort. * Minor style and doc fixes. * Change binning behavior to be same as PR #2342. * Add functionality to force bin thresholds. * Fix style issues. * Minor style and doc fixes. * Add functionality to force bin thresholds. * Fix style issues. * Minor style and doc fixes. * Change binning behavior to be same as PR #2342. * Add functionality to force bin thresholds. * Fix style issues. * Use stable sort. * Minor style and doc fixes. * Add functionality to force bin thresholds. * Fix style issues. * Use stable sort. * Minor style and doc fixes. * Change binning behavior to be same as PR #2342. * Use different bin finding function for predefined bounds. * Fix style issues. * Minor refactoring, overload FindBinWithZeroAsOneBin. * Fix style issues. * Fix bug and add new test. * Add warning when using categorical features with forced bins. * Pass forced_upper_bounds by reference. * Pass container types by const reference. * Get categorical features using FeatureBinMapper. * Fix bug for small max_bin. * Move GetForcedBins to DatasetLoader. * Find forced bins in dataset_loader. * Minor fixes.
-
Nikita Titov authored
* added installation guide with Homebrew * hotfix * update wording to separate install and build cases
-
- 27 Sep, 2019 1 commit
-
-
Chris Smith authored
* Fix integer overflow https://github.com/microsoft/LightGBM/issues/2357 * Use 2 spaces not 4 * Move constant the config.h Move check outside the max_depth check * Move the max leaves check to config.h * Remove unnecessary check
-
- 26 Sep, 2019 5 commits
-
-
Nikita Titov authored
* avoid copy where possible * use precise type for importance type * removed pointless code * simplify sparse pandas Series conversion * more memory savings * always force type conversion for 1-D arrays * one more copy=False
-
Guolin Ke authored
* Update feature_histogram.hpp * Update feature_histogram.hpp
-
Guolin Ke authored
* refactoring * fix style * fix style * Update cost_effective_gradient_boosting.hpp * Update serial_tree_learner.cpp * Update serial_tree_learner.h * fix style * update vc project * Update cost_effective_gradient_boosting.hpp
-
Belinda Trotta authored
* Fix bug where small values of max_bin cause crash. * Revert "Fix bug where small values of max_bin cause crash." This reverts commit fe5c8e2547057c1fa5750bcddd359dd7708fab4b. * Add json files for forced bin example. * Add second json file.
-
Nikita Titov authored
-