Documenting CSV loading into DMatrix (#3137)

* Support CSV file in DMatrix

We'd just need to expose the CSV parser in dmlc-core to the Python wrapper

* Revert extra code; document existing CSV support

CSV support is already there but undocumented

* Add notice about categorical features
This commit is contained in:
Philip Hyunsu Cho
2018-02-28 18:41:10 -08:00
committed by GitHub
parent d5992dd881
commit 32ea70c1c9
3 changed files with 17 additions and 6 deletions

View File

@@ -78,6 +78,8 @@ master_doc = 'index'
# Usually you set "language" from the command line for these cases.
language = None
autoclass_content = 'both'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''