You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Deep Forest** is a general ensemble framework that uses tree-based ensemble algorithms such as Random Forest. It is designed to have the following advantages:
18
+
Deep Forest (DF) 21
19
+
===================
20
+
21
+
**DF21** is an implementation of Deep Forest 2021.2.1. It is designed to have the following advantages:
19
22
20
23
- **Powerful**: Better accuracy than existing tree-based ensemble methods.
21
24
- **Easy to Use**: Less efforts on tunning parameters.
@@ -65,9 +68,23 @@ Reference
65
68
66
69
.. code-block:: latex
67
70
71
+
@article{zhou2019deep,
72
+
title={Deep forest},
73
+
author={Zhi-Hua Zhou and Ji Feng},
74
+
journal={National Science Review},
75
+
volume={6},
76
+
number={1},
77
+
pages={74--86},
78
+
year={2019}}
79
+
68
80
@inproceedings{zhou2017deep,
69
81
Author = {Zhi-Hua Zhou and Ji Feng},
70
82
Booktitle = {IJCAI},
71
83
Pages = {3553-3559},
72
84
Title = {{Deep Forest:} Towards an alternative to deep neural networks},
73
85
Year = {2017}}
86
+
87
+
Acknowledgement
88
+
---------------
89
+
90
+
The lead developer and maintainer of DF21 is Mr. `Yi-Xuan Xu <https://github.com/xuyxu>`__. Before the release, it has been used internally in the LAMDA Group, Nanjing University, China.
Copy file name to clipboardExpand all lines: docs/index.rst
+18-13Lines changed: 18 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
-
Deep Forest Documentation
2
-
=========================
1
+
DF21 Documentation
2
+
==================
3
3
4
-
**Deep Forest** is a general ensemble framework that uses tree-based ensemble algorithms such as Random Forest. It is designed to have the following advantages:
4
+
**DF21** is an implementation of Deep Forest 2021.2.1. It is designed to have the following advantages:
5
5
6
6
- **Powerful**: Better accuracy than existing tree-based ensemble methods.
7
7
- **Easy to Use**: Less efforts on tunning parameters.
8
8
- **Efficient**: Fast training speed and high efficiency.
9
9
- **Scalable**: Capable of handling large-scale data.
10
10
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
+
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.
12
12
13
13
Guidepost
14
14
---------
15
15
* For a quick start, please refer to `How to Get Started <./how_to_get_started.html>`__.
16
-
* For a guidance on parameter tunning, please refer to `Parameters Tunning <./parameters_tunning.html>`__.
17
-
* For a comparison between deep forest and other tree-based ensemble methods, please refer to `Experiments <./experiments.html>`__.
16
+
* For a guidance on tunning parameters for DF21, please refer to `Parameters Tunning <./parameters_tunning.html>`__.
17
+
* For a comparison between DF21 and other tree-based ensemble methods, please refer to `Experiments <./experiments.html>`__.
18
18
19
19
Installation
20
20
------------
@@ -65,13 +65,6 @@ Reference
65
65
66
66
.. code-block:: latex
67
67
68
-
@inproceedings{zhou2017deep,
69
-
Author = {Zhi-Hua Zhou and Ji Feng},
70
-
Booktitle = {IJCAI},
71
-
Pages = {3553-3559},
72
-
Title = {{Deep Forest:} Towards an alternative to deep neural networks},
73
-
Year = {2017}}
74
-
75
68
@article{zhou2019deep,
76
69
title={Deep forest},
77
70
author={Zhi-Hua Zhou and Ji Feng},
@@ -81,6 +74,13 @@ Reference
81
74
pages={74--86},
82
75
year={2019}}
83
76
77
+
@inproceedings{zhou2017deep,
78
+
Author = {Zhi-Hua Zhou and Ji Feng},
79
+
Booktitle = {IJCAI},
80
+
Pages = {3553-3559},
81
+
Title = {{Deep Forest:} Towards an alternative to deep neural networks},
82
+
Year = {2017}}
83
+
84
84
.. toctree::
85
85
:maxdepth:1
86
86
:caption:For Users
@@ -103,3 +103,8 @@ Reference
103
103
104
104
About Us <http://www.lamda.nju.edu.cn/MainPage.ashx>
105
105
Related Software <related_software>
106
+
107
+
Acknowledgement
108
+
---------------
109
+
110
+
The lead developer and maintainer of DF21 is Mr. `Yi-Xuan Xu <https://github.com/xuyxu>`__. Before the release, it has been used internally in the LAMDA Group, Nanjing University, China.
0 commit comments