- 03 Oct, 2018 2 commits
-
-
Guolin Ke authored
* Update README.rst * Update README.rst * separate list item for <2.1.2 version and future -> present time
-
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
-
- 28 Sep, 2018 1 commit
-
-
Nikita Titov authored
* fixed FutureWarning about cv default value * fixed according to new check_estimator API * fixed joblib warning
-
- 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
-
- 22 Sep, 2018 1 commit
-
-
Nikita Titov authored
* added sklearn splitter classes in cv function * added tests
-
- 20 Sep, 2018 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 19 Sep, 2018 1 commit
-
-
Chi Su authored
-
- 15 Sep, 2018 1 commit
-
-
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
-
- 05 Sep, 2018 1 commit
-
-
Nikita Titov authored
* Update README.md * Update README.rst * Update Installation-Guide.rst * Update Installation-Guide.rst
-
- 02 Sep, 2018 1 commit
-
-
Nikita Titov authored
* use kwargs in tree plotting functions * relaxed version
-
- 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 3 commits
-
-
Nikita Titov authored
* bring consistency and clearness into early_stopping_rounds desc, metric desc and implementation * hotfix * hotfix * used NDCG as default metric for lambdarank task * fixed missed methods at ReadTheDocs and changed default eval_metric * leaved only unique metrics * fixed comment
-
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
-
Nikita Titov authored
-
- 26 Aug, 2018 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 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 2 commits
-
-
Nikita Titov authored
* added python 3.7 to the list of supporting versions * reorganized python versions at Travis * addressed review comments
-
Nikita Titov authored
* refined num_iteration argument in python * hotfix
-
- 13 Aug, 2018 1 commit
-
-
Nikita Titov authored
* added clang test * hotfix * downgrade required AppleCLang version * fixed CMakeLists * prevent case when CMake is downgraded by libomp * fixed Clang test * moved MSVC version check to the better place * compile with Clang at Travis on Linux * clear .travis.yml * fixed indents * added support of MPI test at Travis with macOS * added FAQ entry about OpenMP library error * updated installation guide * moved APPLE_OUTPUT_DYLIB to other options * fix check-docs test: ignore old url from error message * added example of symlink command in FAQ * fixed markdown * capitalized heading * updated Python installation guide * changed mode in message command * added notes about MinGW efficiency problems * updated R-package installation guide * use quotes for gcc version * removed excess 'Note' phrase
-
- 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
-
- 07 Aug, 2018 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* refined random_state description * use neutral alias and fixed desc of eval_at param, since metric can be not only ndcg * simplified checks * consider verbose alias * fixed declaring function every loop iteration
-
- 31 Jul, 2018 1 commit
-
-
Nikita Titov authored
-
- 30 Jul, 2018 1 commit
-
-
Nikita Titov authored
-
- 29 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
-