- 09 Sep, 2018 2 commits
-
-
James Lamb authored
* [R-package] removed horizontal whitespace (fixes #1642) * [R-package] fixed missing newline in test file
-
Guolin Ke authored
* Fix CI (#1652) * Update .travis.yml * Update .appveyor.yml * only tags for build * Update .vsts-ci.yml * Update .vsts-ci.yml
-
- 08 Sep, 2018 4 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
-
Nikita Titov authored
* added links to corresponding params in Quick-Start guide * updated description of possible input types in python * clarify list of numpy arrays input type in docs
-
Guolin Ke authored
* fix ndcg group * fix ndcg
-
- 07 Sep, 2018 1 commit
-
-
Nikita Titov authored
-
- 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 3 commits
-
-
James Lamb authored
-
Laurae authored
* Help fixing #1540 * Handle character matrix corner case * Update with recommendation in #1638
-
Nikita Titov authored
* Update README.md * Update README.rst * Update Installation-Guide.rst * Update Installation-Guide.rst
-
- 03 Sep, 2018 1 commit
-
-
Sixiang Hu authored
-
- 02 Sep, 2018 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* use kwargs in tree plotting functions * relaxed version
-
- 01 Sep, 2018 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 31 Aug, 2018 3 commits
-
-
James Lamb authored
-
Nikita Titov authored
-
James Lamb authored
-
- 29 Aug, 2018 5 commits
-
-
Nikita Titov authored
-
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
-
James Lamb authored
* Fixed typos in docs * Fixed inconsistencies in documentation * Updated strategy for registering routines * Fixed issues caused by smashing multiple functions into one Rd * Fixed issues with documentation * Removed VignetteBuilder and updated Rbuildignore * Added R build artefacts to gitignore * Added namespacing on data.table set function. Updated handling of CMakeLists file to get around CRAN check. * Updated build instructions * Added R build script * Removed build_r.sh script and updated R-package install instructions
-
Nikita Titov authored
* added SWIG compile guide for Windows and tip about JAVA_HOME * fix grammar
-
- 28 Aug, 2018 1 commit
-
-
Ilya Matiach authored
-
- 27 Aug, 2018 5 commits
-
-
James Lamb authored
-
James Lamb authored
-
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 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
Guolin Ke authored
* try to fix nuget * add exe copy * Update create_nuget.py * Update .vsts-ci.yml * add build folder * fix build folder * Update create_nuget.py * Update create_nuget.py * Update create_nuget.py * Update create_nuget.py * update version to test on nuget.org
-
- 25 Aug, 2018 5 commits
-
-
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
-
Ilya Matiach authored
-
Ilya Matiach authored
-
Guolin Ke authored
* Update .vsts-ci.yml * Update test.sh
-
dmitryikh authored
* fix optimization rule * preallocate vector in RowFunctionFromCSR
-
- 24 Aug, 2018 2 commits
-
-
Nikita Titov authored
-
Guolin Ke authored
* fix-parallel-quantile * Update serial_tree_learner.cpp
-