Граф коммитов

59 Коммитов

Автор SHA1 Сообщение Дата
Tsukasa OMOTO 4b96f0f06f Add LightGBM Slack team to README.md (#975)
* Add LightGBM Slack team to README.md

* update badge order
2017-10-09 00:39:00 +08:00
Nikita Titov 6d34fb8635 [docs] move wiki to Read the Docs (#945)
* 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
2017-10-07 23:43:58 +08:00
Nikita Titov d292512ee8 [docs] updates and improvements for documentation (#940)
* added python version badge

* fixed typos

* fixed links

* readthedocs doesn't support links with anchor out of box

* fixed table rendering at ReadTheDocs #776#issuecomment-319851551

* fixed table rendering at ReadTheDocs

* added link to Key-Events page

* fixed links

* hotfix

* fixed markdown
2017-09-29 10:10:27 +08:00
Guolin Ke d121ac7e37 update documents. 2017-09-28 12:42:28 +08:00
Nikita Titov 8984111f05 [python] [setup] improving installation (#880)
* disabled logs from compilers; fixed #874

* fixed safe clear_fplder

* added windows folder to manifest.in

* added windows folder to build

* added library path

* added compilation with MSBuild from .sln-file

* fixed unknown PlatformToolset returns exitcode 0

* hotfix

* updated Readme

* removed return

* added installation with mingw test to appveyor

* let's test appveyor with both VS 2015 and VS 2017; but MinGW isn't installed on VS 2017 image

* fixed built-in name 'file'

* simplified appveyor

* removed excess data_files

* fixed unreadable paths

* separated exceptions for cmake and mingw

* refactored silent_call

* don't create artifacts with VS 2015 and mingw

* be more precise with python versioning in Travis

* removed unnecessary if statement

* added classifiers for PyPI and python versions badge

* changed python version in travis

* added support of scikit-learn 0.18.x

* added more python versions to Travis

* added more python versions to Appveyor

* reduced number of tests in Travis

* Travis trick is not needed anymore

* attempt to fix according to https://github.com/Microsoft/LightGBM/pull/880#discussion_r137438856
2017-09-08 18:17:00 +08:00
Nikita Titov 574d7800f8 [docs] readme badges (#878)
* added license badge

* added link to PyPI
2017-09-02 10:38:23 +08:00
Nikita Titov 8caad8de8b [docs] fixed capital letters and formating (#873)
* fixed capital letters and formating

* fixed CMake capital letters; added VS 2013 to the list of allowed versions
2017-09-01 10:20:26 +08:00
William Entriken e5aa5658fc Reorganize documentation references (#857)
* Reorganize documentation references

* Fix R-package link name
2017-08-24 23:07:21 +08:00
Nikita Titov 49412ba7fc [docs] fixed links and typos (#855)
* fixed links while viewing from wiki page

* fixed typos

* fixed repeated word and added markdown in FAQ.md

* fixed link to VS
2017-08-22 22:27:44 +08:00
Boris Kostenko 9d3226eec9 Update links to Development Guide in docs (#809)
* Updated link to Development Guide in README.md

* Updated link to DevelopmentGuide in docs/README.md
2017-08-18 19:02:16 +08:00
Qiwei Ye 1f711156b0 Update README.md 2017-07-25 16:55:06 +08:00
Qiwei Ye 22ce7d1f13 Update README.md 2017-07-25 16:54:50 +08:00
Qiwei Ye a9258fe2c9 Update README.md 2017-07-13 16:33:15 +08:00
The Gitter Badger 8dfe657e07 Add Gitter badge (#688) 2017-07-13 03:29:45 -05:00
Qiwei Ye efbe02acbf Update README.md 2017-06-30 16:40:58 +08:00
Qiwei Ye 5c3dd8e594 revert multiple badge for Travis 2017-06-29 18:13:31 +08:00
Qiwei Ye 49cd3d31aa Update README.md 2017-06-29 17:08:42 +08:00
Guolin Ke 80c641cd17 [python] Submit to PyPI (#635)
* add make command to the python package.

* Update README.rst

* Update README.rst

* Update README.rst

* fix tests.

* fix unix build

* update readme

* fix setup.py

* update travis

* Update .travis.yml

* Update test.py

* some fixes.

* check the 64-bit python

* fix build.

* refine MANIFEST.in

* update Manifest.in

* add more build options.

* Add fatal in cmake

* fix a endif.

* fix bugs.

* fix pep8

* add test for the pip package build

* add test pip install in travis.

* fix version with pre-compile dll

* fix readme.rst

* update readme
2017-06-20 13:17:02 +08:00
Guolin Ke 4d2aa8403c Add Appveyor for windows CI (#634)
* add appveyor

* add nuget and artifacts

* Update appveyor.yml

* remove python27 test
2017-06-18 19:44:57 +08:00
Tsukasa OMOTO a8673bd5c3 LightGBM Slack team is available. (#606)
Close #595
2017-06-09 10:26:23 +08:00
Laurae e8cc6ab95d Add external links and some news (#514)
* Add external links and some news

* Add interactive parameters link

* fix GPU Windows for Read The Docs

* GPU Targets read the docs fix
2017-05-15 13:15:26 +08:00
Laurae 358553d020 [WIP] R 3.4 recommendations + Benchmark/Parameter Notes (#511)
* Update to R 3.4 and Performance Note

* Add benchmark docs

* Readme.md does not exist fix
2017-05-14 14:52:17 +08:00
Tsukasa OMOTO 152df4dbe9 Add documentation status badge to README.md (#493) 2017-05-05 15:42:30 +08:00
Huan Zhang bbcd5f4d6d Add Some More GPU documentation (#401)
* add dummy gpu solver code

* initial GPU code

* fix crash bug

* first working version

* use asynchronous copy

* use a better kernel for root

* parallel read histogram

* sparse features now works, but no acceleration, compute on CPU

* compute sparse feature on CPU simultaneously

* fix big bug; add gpu selection; add kernel selection

* better debugging

* clean up

* add feature scatter

* Add sparse_threshold control

* fix a bug in feature scatter

* clean up debug

* temporarily add OpenCL kernels for k=64,256

* fix up CMakeList and definition USE_GPU

* add OpenCL kernels as string literals

* Add boost.compute as a submodule

* add boost dependency into CMakeList

* fix opencl pragma

* use pinned memory for histogram

* use pinned buffer for gradients and hessians

* better debugging message

* add double precision support on GPU

* fix boost version in CMakeList

* Add a README

* reconstruct GPU initialization code for ResetTrainingData

* move data to GPU in parallel

* fix a bug during feature copy

* update gpu kernels

* update gpu code

* initial port to LightGBM v2

* speedup GPU data loading process

* Add 4-bit bin support to GPU

* re-add sparse_threshold parameter

* remove kMaxNumWorkgroups and allows an unlimited number of features

* add feature mask support for skipping unused features

* enable kernel cache

* use GPU kernels withoug feature masks when all features are used

* REAdme.

* REAdme.

* update README

* fix typos (#349)

* change compile to gcc on Apple as default

* clean vscode related file

* refine api of constructing from sampling data.

* fix bug in the last commit.

* more efficient algorithm to sample k from n.

* fix bug in filter bin

* change to boost from average output.

* fix tests.

* only stop training when all classes are finshed in multi-class.

* limit the max tree output. change hessian in multi-class objective.

* robust tree model loading.

* fix test.

* convert the probabilities to raw score in boost_from_average of classification.

* fix the average label for binary classification.

* Add boost_from_average to docs (#354)

* don't use "ConvertToRawScore" for self-defined objective function.

* boost_from_average seems doesn't work well in binary classification. remove it.

* For a better jump link (#355)

* 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 FitByExistingTree.

* adapt GPU tree learner for FitByExistingTree

* avoid NaN output.

* update boost.compute

* fix typos (#361)

* fix broken links (#359)

* update README

* disable GPU acceleration by default

* fix image url

* cleanup debug macro

* remove old README

* do not save sparse_threshold_ in FeatureGroup

* add details for new GPU settings

* ignore submodule when doing pep8 check

* allocate workspace for at least one thread during builing Feature4

* move sparse_threshold to class Dataset

* remove duplicated code in GPUTreeLearner::Split

* Remove duplicated code in FindBestThresholds and BeforeFindBestSplit

* do not rebuild ordered gradients and hessians for sparse features

* support feature groups in GPUTreeLearner

* Initial parallel learners with GPU support

* add option device, cleanup code

* clean up FindBestThresholds; add some omp parallel

* constant hessian optimization for GPU

* Fix GPUTreeLearner crash when there is zero feature

* use np.testing.assert_almost_equal() to compare lists of floats in tests

* travis for GPU

* add tutorial and more GPU docs
2017-04-12 13:57:40 +08:00
Guolin Ke 102dc5fd7b Add docs for GPU. 2017-04-10 10:46:28 +08:00
Guolin Ke 5b355b00a3 Add links for some unofficial repos. 2017-04-08 00:14:17 +08:00
Guolin Ke ef77806934 Add categorical feature support back. 2017-03-01 21:00:46 +08:00
Guolin Ke ae7bbb6f3b fix warning. 2017-03-01 21:00:45 +08:00
Guolin Ke 87392e79c9 update doc for v2 2017-03-01 21:00:44 +08:00
Guolin Ke 4f77bd2860 update to v2. 2017-03-01 20:59:35 +08:00
Preston Parry 00e5b2447a Minor fixes and clarifications (#197) 2017-01-12 15:27:11 +08:00
Guolin Ke 535cdc65b9 [R-package] update examples 2017-01-08 10:09:36 +08:00
Guolin Ke d0b5776740 Update README.md 2016-12-16 17:19:11 +08:00
Guolin Ke c3f67a2b62 add development guide. 2016-12-16 17:11:39 +08:00
Guolin Ke d80031115a add contribute guide 2016-12-16 15:14:24 +08:00
Guolin Ke 76f66b11a0 move more documents to docs 2016-12-16 14:21:09 +08:00
Guolin Ke de36b3296d move parameters document to code repo. 2016-12-15 11:37:36 +08:00
Guolin Ke 7bacf5f61e update news 2016-12-05 16:01:40 +08:00
wxchan 6911452588 solve conflicts; add README for python examples 2016-12-02 17:35:39 +08:00
wxchan eba6d200a8 Squash into one commit:
1. merge python-package
2. add dump model to json
3. fix bugs
4. clean code with pylint
5. update python examples
2016-12-02 14:34:52 +08:00
Guolin Ke 6c1a74ab76 Update README.md 2016-12-02 09:55:23 +08:00
Allardvm 8497af6248 Improved consistency and wording of user-facing logs and documentation
Packages that parse LightGBM’s logs will require minor changes to
parsing logic to work correctly.
2016-11-03 14:22:17 +01:00
xuehui d6d4a1d2af Update README.md 2016-10-19 15:04:18 +08:00
Aerosoul be5128c055 Update README.md 2016-10-19 14:02:08 +08:00
xuehui b49e87f674 Update README.md 2016-10-19 13:35:23 +08:00
xuehui 29b30f3f69 Update README.md 2016-10-19 13:28:57 +08:00
xuehui c532df2726 Update README.md 2016-10-19 13:28:10 +08:00
xuehui 831675b32c Update README.md 2016-10-19 12:39:26 +08:00
guFalcon 6d221950f5 Update README.md
Fixed typo.
2016-10-17 09:55:02 +02:00
Guolin Ke 9f98ac7f4e Update README.md 2016-10-11 16:00:31 +08:00