- 03 Nov, 2024 1 commit
-
-
Nikita Titov authored
* lint js code * hotfix * Update .editorconfig Co-authored-by:
James Lamb <jaylamb20@gmail.com> --------- Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 01 Nov, 2024 1 commit
-
-
Nikita Titov authored
-
- 31 Oct, 2024 1 commit
-
-
James Lamb authored
[python-package] remove support for passing 'feature_name' and 'categorical_feature' through train() and cv() (#6706)
-
- 29 Oct, 2024 3 commits
-
-
Nikita Titov authored
* introdure PSScriptAnalyzer * revert workflow * run PSScriptAnalyzer before conda installation
-
James Lamb authored
* [ci] [R-package] re-enable 'rchk' checks * comment out most CI * it would be helpful to actually enable rchk * remove all Rf_unprotect() calls to try to trigger failure * try removing some Rf_protect() calls * revert CI changes * just remove rchk * revert whitespace changes
-
Nikita Titov authored
* Update script.js * Update script.js * Update script.js * Update script.js * replace url at build time * manipulate with raw files
-
- 26 Oct, 2024 1 commit
-
-
James Lamb authored
* [python-package] remove MSVS solution files from sdist * remove one more line --------- Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 25 Oct, 2024 3 commits
-
-
Jirair Aroyan authored
* Remove only cpu note * Change Note for linear tree --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
Nikita Titov authored
-
Nikita Titov authored
-
- 21 Oct, 2024 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
Update LightGBM.vcxproj
-
Nikita Titov authored
-
- 18 Oct, 2024 1 commit
-
-
dragonbra authored
* basic gpu_linear_tree_learner implementation * corresponding config of gpu linear tree * Update src/io/config.cpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * work around for gpu linear tree learner without gpu enabled * add #endif * add #ifdef USE_GPU * fix lint problems * fix compilation when USE_GPU is OFF * add destructor * add gpu_linear_tree_learner.cpp in make file list * use template for linear tree learner --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
shiyu1994 <shiyu_k1994@qq.com>
-
- 17 Oct, 2024 2 commits
-
-
James Lamb authored
-
vnherdeiro authored
* Shellcheck compliance improvement (commit squashing) * rolledback some sh files to address PR review * Addressing comments on PR review * Update docs/build-docs.sh * checking gh login * fixing cmakelint * another fix to failing ci * fixing linting ignoring files * Fixing shellcheck issues on build-python and build-cran-package scripts * Update build-cran-package.sh Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update build-cran-package.sh Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update build-cran-package.sh Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Adressing PR comments * fixing CI * Update build-python.sh Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update build-python.sh Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update build-python.sh Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update build-python.sh Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update build-python.sh Co-authored-by:
James Lamb <jaylamb20@gmail.com> * fixing quotemark typo * fix CI * fix CI * triggering new CI (scikit-learn dev has changed) * adressing PR comments * ignore warnings about BUILD_ARGS and PIP_INSTALL_ARGS --------- Co-authored-by:
vnherdeiro <vnherdeiro@github.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 15 Oct, 2024 3 commits
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
Nikita Titov authored
* Update test-windows.ps1 * Update test.sh --------- Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
[python-package] ignore scikit-learn 'check_sample_weight_equivalence' estimator check (fixes #6678) (#6679) * [python-package] ignore scikit-learn 'check_sample_weight_equivalence' estimator check (fixes #6678) * pin pyparsing in Python 3.8 environment
-
- 13 Oct, 2024 2 commits
-
-
Atanas Dimitrov authored
Co-authored-by:
Atanas Dimitrov <nasko119@abv.bg> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
vnherdeiro authored
Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 09 Oct, 2024 1 commit
-
-
vnherdeiro authored
[python-package] require `scikit-learn>=0.24.2`, make scikit-learn estimators compatible with `scikit-learn>=1.6.0dev` (#6651) Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 07 Oct, 2024 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 06 Oct, 2024 2 commits
-
-
Nikita Titov authored
* Update CUDA versions for CI * use latest CUDA --------- Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
-
- 02 Oct, 2024 1 commit
-
-
shiyu1994 authored
* add bagging by query for lambdarank * fix pre-commit * fix bagging by query with cuda * fix bagging by query test case * fix bagging by query test case * fix bagging by query test case * add #include <vector> * Update include/LightGBM/objective_function.h Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update tests/python_package_test/test_engine.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update tests/python_package_test/test_engine.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 26 Sep, 2024 1 commit
-
-
Nikita Titov authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 25 Sep, 2024 2 commits
-
-
James Lamb authored
-
Nikita Titov authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 24 Sep, 2024 1 commit
-
-
James Lamb authored
[ci] [python-package] temporarily stop testing against scikit-learn nightlies, load lib_lightgbm earlier (#6654)
-
- 04 Sep, 2024 1 commit
-
-
James Lamb authored
-
- 03 Sep, 2024 4 commits
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
vnherdeiro authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
vnherdeiro authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
Piotr authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 02 Sep, 2024 1 commit
-
-
James Lamb authored
-
- 30 Aug, 2024 1 commit
-
-
James Lamb authored
[cmake] [R-package] include R-for-macOS vendored libs dir in OpenMP search path (fixes #6628) (#6629) Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 27 Aug, 2024 2 commits
-
-
James Lamb authored
-
Nikita Titov authored
-