"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "f52be9be5091d300078f0b4fa3641a165ed3f905"
- 03 Oct, 2018 1 commit
-
-
Nikita Titov authored
-
- 02 Oct, 2018 2 commits
-
-
Nikita Titov authored
* copy old Booster's attributes to new one in refit method * fixed according to review comment * raise error in case of null objective
-
Guolin Ke authored
* fix indices type in csr and csc * fix
-
- 29 Sep, 2018 1 commit
-
-
Guolin Ke authored
* add indexs in shuffle model. * fix pep * fix bug
-
- 25 Sep, 2018 1 commit
-
-
Nikita Titov authored
* break extremely large lines in basic.py * break extremely large lines in callback.py * break extremely large lines in engine.py * break extremely large lines in sklearn.py * hotfixes
-
- 20 Sep, 2018 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 11 Sep, 2018 1 commit
-
-
dmitryikh authored
* warning on categorical feature with sparse values * [docs] categorical features note
-
- 08 Sep, 2018 3 commits
-
-
Nikita Titov authored
* pass params to predictor * hotfix
-
Nikita Titov authored
* added test for pandas label of Dataset * fix when label type is pandas DataFrame; document possible pandas Series type
-
Guolin Ke authored
* fix ndcg group * fix ndcg
-
- 06 Sep, 2018 1 commit
-
-
Nikita Titov authored
* pass params to _InnerPredictor in train and cv * fixed verbosity param description * treat silent param as Fatal log level * create Dataset in refit method silently * do not overwrite verbose param by silent argument
-
- 01 Sep, 2018 1 commit
-
-
Nikita Titov authored
-
- 29 Aug, 2018 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* added possibility to predict numpy array with nrow > max_int32 * save memory more efficient * better variable name * added possibility to predict scipy.sparse.csr matrix with nrow > max_int32 * added possibility to predict scipy.sparse.csc matrix with nrow > max_int32 * reworked numpy array case
-
- 27 Aug, 2018 1 commit
-
-
Nikita Titov authored
* added NumberOfTotalModel and NumModelPerIteration to C_API and python-package * fixed tests * added tests for current_iteration, num_trees, num_model_per_iteration methods * break huge line in test * hotfix
-
- 25 Aug, 2018 1 commit
-
-
Guolin Ke authored
* add support of refit-decay * add refit into c_api * add test * update document * Update basic.py * Update test_engine.py * Update basic.py * Update test_engine.py * fix comments * update test * fix the comments * Update test_engine.py
-
- 24 Aug, 2018 1 commit
-
-
Nikita Titov authored
-
- 22 Aug, 2018 1 commit
-
-
Guolin Ke authored
* add start_iteration in model saving * fix test * shuffle models ability * fix bug * update document * refine * Update engine.py * Update basic.py * fix comments * fix comment
-
- 19 Aug, 2018 1 commit
-
-
Nikita Titov authored
* refined num_iteration argument in python * hotfix
-
- 08 Aug, 2018 1 commit
-
-
Nikita Titov authored
* broadcast info about negative values in categorical features to python package * update link to categorical_feature parameter
-
- 31 Jul, 2018 1 commit
-
-
Nikita Titov authored
-
- 30 Jul, 2018 1 commit
-
-
Nikita Titov authored
-
- 25 Jul, 2018 1 commit
-
-
Nikita Titov authored
* added new aliases for params * run helper/parameter_generator.py * removed useless test
-
- 20 Jul, 2018 1 commit
-
-
Nikita Titov authored
-
- 07 Jul, 2018 2 commits
-
-
Nikita Titov authored
-
Fedor Korotkiy authored
-
- 03 Jul, 2018 1 commit
-
-
Nikita Titov authored
-
- 29 May, 2018 1 commit
-
-
Nikita Titov authored
-
- 21 May, 2018 1 commit
-
-
Nikita Titov authored
* added checks for categorical features > max_int32 * added tests * fixed pylint * removed warnings about overridden categorical features * Revert "removed warnings about overridden categorical features" This reverts commit 289a426c700ce8934a526cc456a1b1cd5c621db9. * a little bit more efficient checks * added notes about max values in categorical features * Revert "a little bit more efficient checks" This reverts commit bed88830243da21a2db454873c0e308126e05732. * Revert "fixed pylint" This reverts commit a229e1563b0abc1b13de6358577abf90bd529015. * Revert "added tests" This reverts commit 299e001b7550111555b80730d673d4f225cf5f74. * Revert "added checks for categorical features > max_int32" This reverts commit 2cc7afacde7c6366644f6988ccedc344752b68c7.
-
- 11 May, 2018 1 commit
-
-
Nikita Titov authored
* decode error description * added break line char in log massages
-
- 10 May, 2018 1 commit
-
-
Nikita Titov authored
* fixed docs * reworker predict method of sklearn wrapper * fixed encapsulation * added test * fixed consistency between docstring and params docs * fixed verbose * replaced predict_proba with predict in test * fixed verbose again * fixed fraction params descriptions * added description of skip_drop and drop_rate constraints * fixed subsample_freq consistency with C++ default value * fixed nice look of params list * made force splits json file example clickable * fixed nice look of metrics list and added comma * reduced warning in test about same param specified twice * replaced pred_parameter with **kwargs in predict method * added test for **kwargs in predict method * fixed warnings * fixed pylint
-
- 08 May, 2018 1 commit
-
-
Nikita Titov authored
* updated pep8 to pycodestyle * fixed E722 do not use bare 'except' * fixed W605 invalid escape sequence '\*' * fixed W504 line break after binary operator * ignore W605 invalid escape sequence '\*' in nuget builder * made pycodestyle happy
-
- 14 Mar, 2018 1 commit
-
-
Alexandre Maia authored
-
- 08 Feb, 2018 1 commit
-
-
Guolin Ke authored
* fix the bug * fix R
-
- 02 Feb, 2018 1 commit
-
-
Yu-Yang Huang authored
-
- 26 Jan, 2018 1 commit
-
-
Nikita Titov authored
-
- 25 Jan, 2018 1 commit
-
-
Nikita Titov authored
* added comment to not forget * updated LGBMClassifier according to new aliases
-
- 24 Jan, 2018 1 commit
-
-
Guolin Ke authored
-
- 16 Jan, 2018 1 commit
-
-
Guolin Ke authored
-