File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66``` mermaid
77 flowchart LR;
8- A@{shape:processes, label: "`** Data types**` "}-->B["`**Working with Numeric and Categorical Data**`"];
8+ A@{shape:processes, label: "Data types"}-->B["`**Working with Numeric and Categorical Data**`"];
99 A-->C["`**Computer Vision and Image-based Learning**`"];
1010 A-->D["`**Time Series Analysis and Forecasting**`"];
1111 A-->E["`**Natural Language Processing**`"];
1212 A-->F["`**Speech and Audio Processing**`"];
13- click B href "paths/numeric.md" "Open this in a new tab" _blank
14- click C href "paths/images.md" "Open this in a new tab" _blank
15- click D href "paths/tseries.md" "Open this in a new tab" _blank
16- click E href "paths/nlp.md" "Open this in a new tab" _blank
17- click F href "paths/speech.md" "Open this in a new tab" _blank
13+ click B href "https://ua-datalab.github.io/mlpaths/ paths/numeric.md" "Open this in a new tab" _blank
14+ click C href "https://ua-datalab.github.io/mlpaths/ paths/images.md" "Open this in a new tab" _blank
15+ click D href "https://ua-datalab.github.io/mlpaths/ paths/tseries.md" "Open this in a new tab" _blank
16+ click E href "https://ua-datalab.github.io/mlpaths/ paths/nlp.md" "Open this in a new tab" _blank
17+ click F href "https://ua-datalab.github.io/mlpaths/ paths/speech.md" "Open this in a new tab" _blank
1818
1919```
2020
You can’t perform that action at this time.
0 commit comments