Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
2a64bfee
Commit
2a64bfee
authored
May 04, 2017
by
Tsukasa OMOTO
Committed by
Guolin Ke
May 04, 2017
Browse files
docs: add basic contents to table of contetns (#490)
parent
ca30b8cb
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
4 deletions
+23
-4
docs/FAQ.md
docs/FAQ.md
+2
-2
docs/Parameters-tuning.md
docs/Parameters-tuning.md
+2
-0
docs/Parameters.md
docs/Parameters.md
+2
-0
docs/Python-API.md
docs/Python-API.md
+2
-0
docs/Quick-Start.md
docs/Quick-Start.md
+2
-0
docs/index.rst
docs/index.rst
+13
-2
No files found.
docs/FAQ.md
View file @
2a64bfee
LightGBM FAQ
=======================
###Catalog
###
Catalog
-
[
Python-package
](
FAQ.md#python-package
)
###Python-package
###
Python-package
-
**Question 1**
: I see error messages like this when install from github using
`python setup.py install`
.
...
...
docs/Parameters-tuning.md
View file @
2a64bfee
# Parameters Tuning
This is a page contains all parameters in LightGBM.
***List of other Helpful Links**
*
...
...
docs/Parameters.md
View file @
2a64bfee
# Parameters
This is a page contains all parameters in LightGBM.
***List of other Helpful Links**
*
...
...
docs/Python-API.md
View file @
2a64bfee
# Python API Reference
## Catalog
*
[
Data Structure API
](
Python-API.md#basic-data-structure-api
)
...
...
docs/Quick-Start.md
View file @
2a64bfee
# Quick Start
This is a quick start guide for LightGBM of cli version.
Follow the
[
Installation Guide
](
./Installation-Guide.md
)
to install LightGBM first.
...
...
docs/index.rst
View file @
2a64bfee
...
...
@@ -7,10 +7,21 @@ Welcome to LightGBM's documentation!
====================================
.. toctree::
:maxdepth:
2
:maxdepth:
1
:caption: Contents:
Installation Guide <https://github.com/Microsoft/LightGBM/wiki/Installation-Guide>
Quick Start <Quick-Start>
Python Quick Start <Python-intro>
Features <https://github.com/Microsoft/LightGBM/wiki/Features>
Experiments <https://github.com/Microsoft/LightGBM/wiki/Experiments>
Parameters <Parameters>
Parameters Tuning <Parameters-tuning>
Python API Reference <Python-API>
Parallel Learning Guide <https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide>
GPU Tutorial <GPU-Tutorial>
FAQ <FAQ>
Development Guide <development>
Indices and tables
==================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment