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

7 Коммитов

Автор SHA1 Сообщение Дата
Nikita Titov a39c848e64
[docs][python] made OS detection more reliable and little docs improvements (#1414)
* 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
2018-06-03 12:46:59 +03:00
Guolin Ke 8a5ec366aa
Speed up saving and loading model (#1083)
* remove protobuf

* add version number

* remove pmml script

* use float for split gain

* fix warnings

* refine the read model logic of gbdt

* fix compile error

* improve decode speed

* fix some bugs

* fix double accuracy problem

* fix bug

* multi-thread save model

* speed up save model to string

* parallel save/load model

* fix some warnings.

* fix warnings.

* fix a bug

* remove debug output

* fix doc

* fix max_bin warning in tests.

* fix max_bin warning

* fix pylint

* clean code for stringToArray

* clean code for TToString

* remove max_bin

* replace "class" with typename
2017-11-26 16:07:06 +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
Guolin Ke 3a8b5e5fbd fix pmml.py 2017-04-13 12:33:27 +08:00
wxchan 7f4610a8ad refine pmml.py (#179)
* add pmml to test

* refine pmml.py

* use ~n instead of -n-1

* change map to list comprehension

* fix check

* fix 'use ~n instead of -n-1'

* fix exception
2017-01-10 00:27:52 +08:00
Rakib Hasan fa15332e3b Removing the string to decimal conversion for float
We dont need it we aren't doing any computation with
float values. We print out whatever values are
read from the LightGBM_model.txt as a string.
2017-01-09 00:02:08 -05:00
Rakib Hasan 96d08f42f8 Script to translate the model file to PMML
file as input and output a directory with pmml files. Each file can be given as input to
pmml consumers. You can test the files using jpmml-evaluator. Please refer to this the
data mining group's website for the pmml specifcation (http://dmg.org/pmml/pmml-v4-3.html).
Also refer to the README.md file in the pmml directory to see how to test the pmml output
with jpmml-evaluator.
2017-01-05 16:10:44 +08:00