Skip to content

Commit 5f7d8b3

Browse files
optimze code
2 parents 34b8d8c + cfabc47 commit 5f7d8b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
### [decision_tree_c45.py](decision_tree_c45.py)
5353
decision tree c45 algorithm
5454

55-
### [decision_tree_cart.py](decision_tree_cart.py)
56-
decision tree cart algorithm
57-
5855
## Regression
5956

6057
### [linear_regression.py](linear_regression.py)
@@ -71,6 +68,9 @@
7168
### [rbf_network.py](rbf_network.py)
7269
rbf network algorithm
7370

71+
### [decision_tree_cart.py](decision_tree_cart.py)
72+
decision tree cart algorithm
73+
7474
## Dimensionality Reduction
7575

7676
### [linear_discriminant_analysis.py](linear_discriminant_analysis.py)

0 commit comments

Comments
 (0)