- 24 Aug, 2019 1 commit
-
-
Guolin Ke authored
* norm the lambda scores * change default to false * update doc * typo * Update Parameters.rst * Update config.h * Update test_sklearn.py * Update test_sklearn.py * Update test_sklearn.py * Update test_sklearn.py * Update test_sklearn.py * Update rank_objective.hpp * Update Parameters.rst * Update config.h * Update test_sklearn.py * Update test_sklearn.py * Update test_sklearn.py
-
- 21 Aug, 2019 2 commits
-
-
James Lamb authored
-
James Lamb authored
* fixed overly-strict copmiler check in install.libs.R (fixes #2259) * made compiler check in install.libs.R more defensive
-
- 20 Aug, 2019 1 commit
-
-
Guolin Ke authored
* fix the bug in bin with small values * Update bin.cpp * Update test_engine.py
-
- 19 Aug, 2019 3 commits
-
-
James Lamb authored
-
James Lamb authored
-
James Lamb authored
-
- 17 Aug, 2019 2 commits
-
-
Nikita Titov authored
* allow usage and compilation of 32-bit library * added docs
-
sbruch authored
* Lambdas and hessians need to factor sigmoid_ into the computation. Additionally, the sigmoid function has an arbitrary factor of 2 in the exponent; it is not just non-standard but the gradients are not computed correctly anyway. * Update unit test * Also remove a heuristic that normalizes the gradient by the difference in scores. * Also fix unit test after removing the heuristic
-
- 16 Aug, 2019 1 commit
-
-
Belinda Trotta authored
* Fix bug where small values of max_bin cause crash. * Revert "Fix bug where small values of max_bin cause crash." This reverts commit fe5c8e2547057c1fa5750bcddd359dd7708fab4b. * Fix bug where small values of max_bin cause crash. * Reset random seed in test, remove extra blank line. * Minor bug fix. Remove extra blank line. * Change old test to account for new binning behavior.
-
- 14 Aug, 2019 1 commit
-
-
Guolin Ke authored
* fix nan in tree model * fix
-
- 13 Aug, 2019 3 commits
-
-
Nikita Titov authored
* updated docker folder * added depth=1 option to all git commands
-
James Lamb authored
-
Nikita Titov authored
* reworked pandas dtypes mapper * added tests * added sparsity support for new version of pandas * fixed tests for old pandas * check pd.Series for bad dtypes as well * enhanced tests * fixed pylint
-
- 12 Aug, 2019 1 commit
-
-
Daniel Nüst authored
* add Dockerfile for R * update documentation and small fixes part of code review in #2308 * add missing link in Docker README
-
- 07 Aug, 2019 2 commits
-
-
Madiyar authored
Otherwise, it would print `basic.py:762: UserWarning: categorical_feature in param dict is overridden.`. Because when updating the params for a validation test, the updated params for the train test was used which contains `'categorical_column'`.
-
Nikita Titov authored
* removed aliases from options in params * minor fixes in FAQ
-
- 06 Aug, 2019 1 commit
-
-
Nikita Titov authored
* Update Installation-Guide.rst * Update Installation-Guide.rst
-
- 04 Aug, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 02 Aug, 2019 1 commit
-
-
Nikita Titov authored
* limit number of files to scan for autosummary generation * reorganize conf.py
-
- 01 Aug, 2019 2 commits
-
-
奇安信CodeSafe authored
-
Guolin Ke authored
-
- 31 Jul, 2019 2 commits
-
-
Guolin Ke authored
-
Alexander L. Hayes authored
*
📝 FAQ overhaul for Issue #2268 Reformat "Contents" to use the `.. contents::` directive Reword "Critical" into "Critical Issues" Reformat "Critical" section to define "critical issues" Reformat FAQ sections to follow a new format Reformat FAQ sections so individual questions have links All sections now follow a new format (below). A "frequently asked question" may also include a possible cause and a solution (if the two are not obvious from the context): ```rst Section Title ============= .. contents:: :local: :backlinks: none 1. Question 1 ------------- **Possible Cause**: This is likely due to... **Solution**: Fix with... ``` *✏ ️ Correcting typos and links Add period to `2. Error messages: ....` Fix links to FAQ in Installation-Guide.rst *✏ ️ Removing FAQ link and correcting `python-package` README Drop general FAQ link in `Installation-Guide.rst` Add FAQ question links to `python-package/README.rst`
-
- 29 Jul, 2019 1 commit
-
-
James Lamb authored
* added FAQ on early stopping (fixes #2270) * fixed indentation in FAQ * Update docs/FAQ.rst Co-Authored-By:Nikita Titov <nekit94-08@mail.ru>
-
- 28 Jul, 2019 1 commit
-
-
Guolin Ke authored
-
- 27 Jul, 2019 2 commits
-
-
Alexander L. Hayes authored
*
🎨 `sphinx.ext.autosummary` for generating Python-API summaries Add `docs/.gitignore` to not track autosummary stubs Add `sphinx.ext.autosummary` in `docs/conf.py` Add 'members' and 'inherited-members' as default parameters Add 'autosummary = True' for setting output with `:toctree:` Add `.. autosummary::` tags to replace `.. autoclass::` Previously the `Python-API.rst` dumped all of the Python API onto a single page. This replaces the Python-API documentation with an index listing all modules, and paginates all functions and classes onto separate pages. *✏ ️ Corrections following feedback Drop `docs/.gitignore` to use the general `.gitignore` Add `show-inheritance` to `autodoc_default_flags` in `docs/conf.py` Fix `both` to `class` in `autoclass_content` in `docs/conf.py` *✏ ️ Replacing deprecated Sphinx parameter Fix deprecated `autodoc_default_flags` to `autodoc_default_options` *✏ ️ Adding `autodoc_default_flags` in to support early Sphinx versions Add `autodoc_default_flags` with parameters from `autodoc_default_options` -
Nikita Titov authored
-
- 25 Jul, 2019 2 commits
-
-
Guolin Ke authored
* fix metric alias * fix format * updated docs * simplify alias in objective function * move the alias parsing to config.cpp * updated docs * fix multi-class aliases * updated regression aliases in docs * fixed trailing space
-
Nikita Titov authored
-
- 24 Jul, 2019 2 commits
-
-
Nikita Titov authored
* removed temp fix for conda * fixed conda activation before any conda command
-
Guolin Ke authored
* add weight in tree model output * fix bug * updated Python plotting part to handle weights
-
- 23 Jul, 2019 1 commit
-
-
Guolin Ke authored
-
- 19 Jul, 2019 1 commit
-
-
Guolin Ke authored
-
- 18 Jul, 2019 1 commit
-
-
Guolin Ke authored
* throw error when meet non ascii * check ascii for config strings.
-
- 17 Jul, 2019 1 commit
-
-
James Lamb authored
* added CODEOWNERS (fixes #2194) * revisions to CODEOWNERS * more general wildcard in CODEOWNERS
-
- 12 Jul, 2019 1 commit
-
-
Guolin Ke authored
* fix init_model with subset * Update basic.py * added test * fix predictor naming issue * Update basic.py * fix bug * fix pylint * fix comments * Update basic.py * Update basic.py * updated test * fixed bug * fixed lint * fix warning * add get_data before initial prediction * refine the warning in get_data * refine warning * Update basic.py
-
- 09 Jul, 2019 1 commit
-
-
Guolin Ke authored
* add test * fix a index bug
-
- 08 Jul, 2019 1 commit
-
-
Belinda Trotta authored
* Add parameter max_bin_by_feature. * Fix minor bug. * Fix minor bug. * Fix calculation of header size for writing binary file. * Fix style issues. * Fix python style issue. * Fix test and python style issue.
-