"examples/vscode:/vscode.git/clone" did not exist on "dfdf88618e86b7554e880b89e25844e62de790cd"
- 24 Aug, 2018 1 commit
-
-
Nikita Titov authored
-
- 06 Aug, 2018 1 commit
-
-
Rotc authored
-
- 13 Jul, 2018 1 commit
-
-
Nikita Titov authored
* added example about custom feval with sklearn wrapper * fixed pylint * added new example in contents * unified run example commands for Windows and Linux * added note about comments in examples conf files
-
- 20 Jun, 2018 1 commit
-
-
Nikita Titov authored
* removed excess import * added tests for plotting trees in Python * refined module_INSTALLED mechanism * added note about that create_tree_digraph is better than plot_tree
-
- 03 Jun, 2018 1 commit
-
-
Nikita Titov authored
* added missed description of plot_example in python_guide folder and fixed consistency for packages naming * more reliable OS detection * fixed grammar * made pylint happy
-
- 23 May, 2018 1 commit
-
-
Guolin Ke authored
-
- 22 May, 2018 1 commit
-
-
Zach Kurtz authored
* Note the relationship between `binary` and `xentropy` in the docs and provide an example that compares them * Pass pylint and fix docs formatting. "pylint: disable = no-name-in-module" because pylint does not believe scipy.special contains expit * pass pycodestyle * pass pycodestyle with correct flags; document example in readme
-
- 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
-
- 24 Apr, 2018 1 commit
-
-
Jerry Liu authored
-
- 28 Feb, 2018 1 commit
-
-
Guolin Ke authored
-
- 13 Feb, 2018 2 commits
-
-
Qiwei Ye authored
-
ChenZhiyong authored
* add winning solutions * fix link * change to table
-
- 09 Nov, 2017 1 commit
-
-
wxchan authored
* add init_score & test cpp and python result consistency * try fix common.h * Fix tests (#3) * update atof * fix bug * fix tests. * fix bug * fix dtypes * fix categorical feature override * fix protobuf on vs build (#1004) * [optional] support protobuf * fix windows/LightGBM.vcxproj * add doc * fix doc * fix vs support (#2) * fix vs support * fix cmake * fix #1012 * [python] add network config api (#1019) * add network * update doc * add float tolerance in bin finder. * fix a bug * update tests * add double torelance on tree model * fix tests * simplify the double comparison * fix lightsvm zero base * move double tolerance to the bin finder. * fix pylint * clean test.sh * add sklearn test * remove underline * clean codes * set random_state=None * add last line * fix doc * rename file * try fix test
-
- 07 Oct, 2017 1 commit
-
-
Nikita Titov authored
* fixed Python-API references * moved Features section to ReadTheDocs * fixed index of ReadTheDocs * moved Experiments section to ReadTheDocs * fixed capital letter * fixed citing * moved Parallel Learning section to ReadTheDocs * fixed markdown * fixed Python-API * fixed link to Quick-Start * fixed gpu docker README * moved Installation Guide from wiki to ReadTheDocs * removed references to wiki * fixed capital letters in headings * hotfixes * fixed non-Unicode symbols and reference to Python API * fixed citing references * fixed links in .md files * fixed links in .rst files * store images locally in the repo * fixed missed word * fixed indent in Experiments.rst * fixed 'Duplicate implicit target name' message which is successfully resolved by adding anchors * less verbose * prevented maito: ref creation * fixed indents * fixed 404 * fixed 403 * fixed 301 * fixed fake anchors * fixed file extentions * fixed Sphinx warnings * added StrikerRUS profile link to FAQ * added henry0312 profile link to FAQ
-
- 21 Sep, 2017 1 commit
-
-
wxchan authored
* add python examples to test [test should fail] * fix example && move some to advanced_example * fix last line * refine test python version
-
- 16 Sep, 2017 1 commit
-
-
Pierre PACI authored
The example page state that "simple_example.py" should feature an example of json dump, but that was missing.
-
- 05 Sep, 2017 1 commit
-
-
Nikita Titov authored
* improved sklearn interface; added sklearns' tests * moved best_score into the if statement * improved docstrings; simplified LGBMCheckConsistentLength * fixed typo * pylint * updated example * fixed Ranker interface * added missed boosting_type * fixed more comfortable autocomplete without unused objects * removed check for None of eval_at * fixed according to review * fixed typo * added description of fit return type * dictionary->dict for short * markdown cleanup
-
- 01 Sep, 2017 1 commit
-
-
Nikita Titov authored
* fixed capital letters and formating * fixed CMake capital letters; added VS 2013 to the list of allowed versions
-
- 24 Aug, 2017 1 commit
-
-
wxchan authored
* expose feature importance to c_api * support type=gain * remove dump model from examples and tests temporarily because it's unstable * use double instead of float
-
- 18 Aug, 2017 1 commit
-
-
William Entriken authored
-
- 12 Apr, 2017 1 commit
-
-
Tsukasa OMOTO authored
* python-package: add graphviz.Digraph parameters * examples: add a plottig example with graphviz * fix tree index in print
-
- 02 Apr, 2017 1 commit
-
-
Jayvee He authored
* Update Python-API.md * for a better jump in page A space is needed between `#` and the headers content according to Github's markdown format [guideline](https://guides.github.com/features/mastering-markdown/) After adding the spaces, we can jump to the exact position in page by click the link. * fixed something mentioned by @wxchan * Update Python-API.md * Add examples on how to use the saved model * move 'load model' examples to advanced_example
-
- 12 Mar, 2017 1 commit
-
-
wxchan authored
-
- 01 Mar, 2017 2 commits
- 02 Feb, 2017 1 commit
-
-
wxchan authored
-
- 28 Jan, 2017 1 commit
-
-
wxchan authored
* add plot metrics * move 'raise Exception' to check_not_tuple_of_2_elements * rename 'plot_metrics' to 'plot_metric' * fix misleading message/docs * change 'Metrics' in title to 'Metric' * fix misleading comment
-
- 25 Jan, 2017 1 commit
-
-
wxchan authored
* add plot tree * add docs * add example * add test * fix test * fix decision type * add show_info * use feature name if available
-
- 20 Jan, 2017 1 commit
-
-
wxchan authored
* add plot importance * add plot example
-
- 12 Jan, 2017 1 commit
-
-
ClimbsRocks authored
-
- 04 Jan, 2017 1 commit
-
-
wxchan authored
* format python code with pep8 * **DO NOT MERGE** deliberately break rules to see what will happen during check * Revert "**DO NOT MERGE** deliberately break rules to see what will happen during check" This reverts commit 0db93cd7a43c7efa43a2112ada43d46c6f9115d9. * fix format in test.py * add docs for pep-8
-
- 03 Jan, 2017 1 commit
-
-
wxchan authored
* add @property to sklearn interface * add deprecated; fix binary_metric
-
- 19 Dec, 2016 1 commit
-
-
wxchan authored
add learning rate to dart (#133)
-
- 18 Dec, 2016 1 commit
-
-
wxchan authored
* add gridsearch example for python sklearn * reset_learning_rate->reset_parameter * make callbacks public
-
- 17 Dec, 2016 1 commit
-
-
wxchan authored
-
- 09 Dec, 2016 1 commit
-
-
wxchan authored
-
- 08 Dec, 2016 1 commit
-
-
Guolin Ke authored
Provide a high level Dataset class for easy use.
-
- 06 Dec, 2016 1 commit
-
-
wxchan authored
* add feature importances in python; add pandas support * solve best_iteration issue
-
- 02 Dec, 2016 1 commit
-
-
wxchan authored
1. merge python-package 2. add dump model to json 3. fix bugs 4. clean code with pylint 5. update python examples
-
- 01 Dec, 2016 1 commit
-
-
Guolin Ke authored
-