File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,12 @@ for exporting the chart are:
13
13
- Transparent Background: False
14
14
- Appearance: Light
15
15
16
- Each node in the chart that contains an estimator should have a link, where the root
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 `../../ `.
16
+ Note that estimators nodes are clickable and should go to the estimator
17
+ documentation. After updating or re-exporting the SVG with draw.io, the links
18
+ may be prefixed with e.g. `https://app.diagrams.net/ `. Remember to check and
19
+ remove them, for instance by replacing all occurrences of
20
+ `https://app.diagrams.net/./ ` with `./ ` with the following command:
21
+
22
+ .. prompt :: bash
23
+
24
+ perl -pi -e 's@https://app.diagrams.net/\. /@./@g' doc/images/ml_map.svg
Original file line number Diff line number Diff line change @@ -11,10 +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. 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 >`.
14
+ the chart below to see its documentation. The ** Try next ** orange arrows are to be read as
15
+ "if this estimator does not achieve the desired outcome, then follow the arrow and try
16
+ the next one". Use scroll wheel to zoom in and out, and click and drag to pan around.
17
+ You can also download the chart: :download: `ml_map.svg <images/ml_map.svg >`.
18
18
19
19
.. raw :: html
20
20
You can’t perform that action at this time.
0 commit comments