Skip to content

Commit a0a3736

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3088e24 commit a0a3736

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/topics/decision_trees.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ following:
7878
```
7979

8080
This sample is a snippet of the CVSS version 3.0 base scoring algorithm
81-
represented as a decision tree. The full tree can be found
82-
[here](cvss_full_tree.md). This tree representation is functional, but not as
83-
flexible or aesthetic as might be hoped. The visualizations provided by R are
84-
geared towards analysis of decision trees in a random forest ML model, rather
85-
than operations-research type trees.
81+
represented as a decision tree. [The full CVSS version 3.0 decision tree]
82+
(cvss_full_tree.md) shows the complete structure. This tree representation is
83+
functional, but not as flexible or aesthetic as might be hoped. The
84+
visualizations provided by R are geared towards analysis of decision trees in a
85+
random forest ML model, rather than operations-research type trees.

0 commit comments

Comments
 (0)