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