Skip to content

Commit 35b620f

Browse files
Update mlpaths.md
1 parent fc9ec26 commit 35b620f

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/mlpaths.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ We present 12 topics in the data science learning path, providing learning objec
55

66
```mermaid
77
flowchart TB
8+
intro --> eth["`**Ethics**`"]
9+
ds --> stats["`**Statistics**`"]
810
9-
subgraph ds ["`**General Data Science**`"]
10-
intro --> Python
11-
end
11+
subgraph ds ["`**General Data Science**`"]
12+
intro["`**Intro to Data Science and Machine Learning**`"] --> pyds["`**Python for Data Science**`"]
13+
end
14+
15+
subgraph C ["`**Classical Machine Learning**`"]
16+
class["`**4.Classification Algorithms**`"] --> ensemble["`**5. Ensemble Methods**`"] --> UL["`**6. Unsupervised Learning**`"]
17+
end
18+
19+
1220
1321
1422
```
@@ -27,11 +35,6 @@ B: Statistics
2735

2836
C: Classical Machine Learning
2937

30-
4. Classification Algorithms
31-
32-
5. Ensemble Methods
33-
34-
6. Unsupervised Learning
3538

3639
D: Deep Learning
3740

0 commit comments

Comments
 (0)