"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "a2a38b6cd527f8c87d0250e0cbb89b12899c27dd"
- 05 May, 2021 1 commit
-
-
Kantajit Shaw authored
-
- 04 May, 2021 1 commit
-
-
Andrew Ziem authored
* Correct spelling Most changes were in comments, and there were a few changes to literals for log output. There were no changes to variable names, function names, IDs, or functionality. * Clarify a phrase in a comment Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Clarify a phrase in a comment Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Clarify a phrase in a comment Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Correct spelling Most are code comments, but one case is a literal in a logging message. There are a few grammar fixes too. Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 02 May, 2021 1 commit
-
-
Nikita Titov authored
-
- 30 Apr, 2021 1 commit
-
-
Nikita Titov authored
-
- 26 Apr, 2021 1 commit
-
-
Nikita Titov authored
* chanche MRO * fix MRO resolution
-
- 21 Apr, 2021 1 commit
-
-
Frank Fineis authored
* fix typo in dask _train as mentioned in 4101 * Update python-package/lightgbm/dask.py Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 19 Apr, 2021 1 commit
-
-
Akshita Dixit authored
* Migrate to f-strings in python-package/lightgbm/sklearn.py * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update python-package/lightgbm/sklearn.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Add suggestions from code review * resolve conflicts * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update sklearn.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 10 Apr, 2021 1 commit
-
-
Deddy Jobson authored
* added type hints; implemented one workaround * resolving some linting errors * Added doc strings * fixed more linting errors * Made documentation more imperative. * removed one type hint * more specific type hinting Co-authored-by:
James Lamb <jaylamb20@gmail.com> * added import * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * made a class and function private * Apply suggestions from code review Make the documentation clearer. Co-authored-by:
James Lamb <jaylamb20@gmail.com> * linting error fix * more linting errors * removing the decorator * ignore mypy function attribute errors * fix lints Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 01 Apr, 2021 1 commit
-
-
jmoralez authored
* include voting_parallel tree_learner in test_regressor, test_classifier and test_ranker * remove test for warnings and test for error when using feature_parallel * use real names for tree_learner intest and include test for aliases. use the error message in the test for error in feature parallel * split all tests with rf in test_classifier * remove task parametrization for tree_learner aliases test. smaller input data from feature_parallel error * define task for tree_learner aliases
-
- 31 Mar, 2021 2 commits
-
-
James Lamb authored
* [dask] make random port search more resilient to random collisions * linting * more reliable ports check * address review comments * add error message
-
NovusEdge authored
* added f-strings to setup.py * Update python-package/setup.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 30 Mar, 2021 1 commit
-
-
Nikita Titov authored
-
- 29 Mar, 2021 2 commits
-
-
Nikita Titov authored
-
James Lamb authored
* [dask] run one training task on each worker * add comment on pure * missing ticks * empty commit
-
- 27 Mar, 2021 1 commit
-
-
jmoralez authored
* include test for prediction with raw_score * close client * initial comments * update data creation and include ranking task * linting * update _create_data * compare unique raw_predictions with values in leaves_df
-
- 21 Mar, 2021 1 commit
-
-
Nikita Titov authored
-
- 16 Mar, 2021 1 commit
-
-
James Lamb authored
-
- 15 Mar, 2021 3 commits
-
-
Alberto Ferreira authored
* Some mypy fixes * address James' comments * Re-introduce pass in empty classes * Update compat.py Remove extra lines
-
James Lamb authored
* [python-package] add type hints on Booster.set_network() * change behavior
-
Nikita Titov authored
* Update Parallel-Learning-Guide.rst * Update test.sh * fix path * address review comments
-
- 14 Mar, 2021 1 commit
-
-
Deddy Jobson authored
-
- 10 Mar, 2021 1 commit
-
-
James Lamb authored
* [dask] raise more informative error for duplicates in 'machines' * uncomment * avoid test failure * Revert "avoid test failure" This reverts commit 9442bdf00f193a19a923dc0deb46b7822cb6f601.
-
- 04 Mar, 2021 1 commit
-
-
jmoralez authored
* include support for init_score * use dataframe from init_score and test difference with and without init_score in local model * revert refactoring * initial docs. test between distributed models with and without init_score * remove ranker from tests * test value for root node and change docs * comma * re-include parametrize * fix incorrect merge * use single init_score and the booster_ attribute * use np.float64 instead of float
-
- 24 Feb, 2021 3 commits
-
-
jmoralez authored
* include support for column array as label * remove nested ifs * fix linting errors * include tests for sklearn regressors * include docstring for numpy_1d_array_to_dtype * include . at end of docstring * remove pandas import and test for regression, classification and ranking * check predictions of sklearn models as well * test training only in dask. drop pandas series tests * use PANDAS_INSTALLED and pd_Series * inline imports * use col array in fit for test_dask * include review comments
-
jmoralez authored
* use socket.bind with port 0 and client.run to find random open ports * include test for found ports * find random open ports as default * parametrize local_listen_port. type hint to _find_random_open_port. fid open ports only on workers with data. * make indentation consistent and pass list of workers to client.run * remove socket import * change random port implementation * fix test
-
Nikita Titov authored
-
- 23 Feb, 2021 1 commit
-
-
James Lamb authored
* [dask] allow tight control over ports * getting there, getting there * fix params maybe * fixing params * remove unnecessary stuff * fix tests * fixes * some minor changes * fix flaky test * linting * more linting * clarify parameter description * add warning * revert docs change * Update python-package/lightgbm/dask.py * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * trying to fix stuff * this is working * update tests * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * indent Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 20 Feb, 2021 1 commit
-
-
James Lamb authored
-
- 19 Feb, 2021 1 commit
-
-
James Lamb authored
* [docs] Change some 'parallel learning' references to 'distributed learning' * found a few more * one more reference
-
- 17 Feb, 2021 1 commit
-
-
Alex Ford authored
Approximately %80 of runtime when loading "low column count, high row count" DataFrames into Datasets is consumed in `np.fromiter`, called as part of the `Dataset.get_field` method. This is particularly pernicious hotspot, as unlike other ctypes-based methods this is a hot loop over a python iterator loop and causes significant GIL-contention in multi-threaded applications. Replace `np.fromiter` with a direct call to `np.ctypeslib.as_array`, which allows a single-shot `copy` of the underlying array. This reduces the load time of a ~35 million row categorical dataframe with 1 column from ~5 seconds to ~1 second, and allows multi-threaded execution.
-
- 16 Feb, 2021 6 commits
- 15 Feb, 2021 4 commits
-
-
Zhuyi Xue authored
-
Zhuyi Xue authored
-
Zhuyi Xue authored
-
Frank Fineis authored
-