File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Filter options
tutorial/machine_learning_map Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ https://peekaboo-vision.blogspot.de/2013/01/machine-learning-cheat-sheet-for-sci
3
3
4
4
The current version of the chart is located at ` doc/images/ml_map.svg ` in SVG+XML
5
5
format, created using [ draw.io] ( https://draw.io/ ) . To edit the chart, open the file in
6
- draw.io, make changes, and export as SVG with the same filename. Export configurations
7
- are:
6
+ draw.io, make changes, and save. This should update the chart in-place. Another option
7
+ would be to re-export the chart as SVG and replace the existing file. The options used
8
+ for exporting the chart are:
8
9
9
10
- Zoom: 100%
10
11
- Border width: 15
13
14
- Appearance: Light
14
15
15
16
Each node in the chart that contains an estimator should have a link, where the root
16
- directory is at ` ../../ ` . Note that after exporting the SVG, the links may be prefixed
17
- with e.g. ` https://app.diagrams.net/ ` . Remember to check and remove them.
17
+ directory is at ` ../../ ` . Note that after updating or re-exporting the SVG, the links
18
+ may be prefixed with e.g. ` https://app.diagrams.net/ ` . Remember to check and remove
19
+ them, for instance by replacing all occurrences of ` https://app.diagrams.net/../../ `
20
+ with ` ../../ ` .
Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ data and different problems.
11
11
12
12
The flowchart below is designed to give users a bit of a rough guide on how to approach
13
13
problems with regard to which estimators to try on your data. Click on any estimator in
14
- the chart below to see its documentation. Use scroll wheel to zoom in and out, and click
15
- and drag to pan around. You can also download the chart:
16
- :download: `ml_map.svg <../../images/ml_map.svg >`.
14
+ the chart below to see its documentation. The 😭 emoji is to be read as "if this
15
+ estimator does not achieve the desired outcome, then follow the arrow and try the next
16
+ one". Use scroll wheel to zoom in and out, and click and drag to pan around. You can
17
+ also download the chart: :download: `ml_map.svg <../../images/ml_map.svg >`.
17
18
18
19
.. raw :: html
19
20
You can’t perform that action at this time.
0 commit comments