Skip to content

Commit f82facf

Browse files
committed
[DOC] Update documentation
1 parent b200bff commit f82facf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Deep Forest (DF) 21
2222
- **Efficient**: Fast training speed and high efficiency.
2323
- **Scalable**: Capable of handling large-scale data.
2424

25+
Whenever one used tree-based machine learning approaches such as Random Forest or GBDT, DF21 may offer a new powerful option.
26+
2527
For a quick start, please refer to `How to Get Started <http://www.lamda.nju.edu.cn/deep-forest/how_to_get_started.html>`__. For a detailed guidance on parameter tunning, please refer to `Parameters Tunning <http://www.lamda.nju.edu.cn/deep-forest/parameters_tunning.html>`__.
2628

2729
Installation

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# -- Project information -----------------------------------------------------
2020

21-
project = 'Deep Forest'
21+
project = 'Deep Forest (DF21)'
2222
copyright = '2021, LAMDA, Nanjing University, China'
2323
author = 'Yi-Xuan Xu'
2424

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DF21 Documentation
88
- **Efficient**: Fast training speed and high efficiency.
99
- **Scalable**: Capable of handling large-scale data.
1010

11-
The package is actively being developed. The goal is to provide users from the industrial and academic community with **a third option on tree-based ensemble methods apart from Random Forest and Gradient Boosting Decision Tree**. To achieve this, any help would be welcomed. Please check the homepage on `Gitee <https://gitee.com/lamda-nju/deep-forest>`__ or `Github <https://github.com/LAMDA-NJU/Deep-Forest>`__ for details.
11+
Whenever one used tree-based machine learning approaches such as Random Forest or GBDT, DF21 may offer a new powerful option. This package is actively being developed, and any help would be welcomed. Please check the homepage on `Gitee <https://gitee.com/lamda-nju/deep-forest>`__ or `Github <https://github.com/LAMDA-NJU/Deep-Forest>`__ for details.
1212

1313
Guidepost
1414
---------

0 commit comments

Comments
 (0)