Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 426e6be

Browse files
lestevethomasjpfan
andauthored
DOC Use text label instead of emoticon in ML map (#30347)
Co-authored-by: Thomas J. Fan <[email protected]>
1 parent caaa1f5 commit 426e6be

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

doc/images/ml_map.README.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ for exporting the chart are:
1313
- Transparent Background: False
1414
- Appearance: Light
1515

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

doc/images/ml_map.svg

Lines changed: 1 addition & 1 deletion
Loading

doc/machine_learning_map.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ data and different problems.
1111

1212
The flowchart below is designed to give users a bit of a rough guide on how to approach
1313
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>`.
1818

1919
.. raw:: html
2020

0 commit comments

Comments
 (0)