Skip to content

Commit add3c12

Browse files
committed
Fix: broken links err
1 parent 1353c90 commit add3c12

File tree

1 file changed

+1
-1
lines changed
  • docs/machine-learning/machine-learning-core/supervised-learning/classification

1 file changed

+1
-1
lines changed

docs/machine-learning/machine-learning-core/supervised-learning/classification/random-forest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Understanding Ensemble Learning, Bagging, and how Random Forests r
55
tags: [machine-learning, supervised-learning, classification, ensemble-learning, random-forest]
66
---
77

8-
A **Random Forest** is an **Ensemble Learning** method that operates by constructing a multitude of [Decision Trees](/tutorial/machine-learning/supervised-learning/classification/decision-trees) during training. For classification tasks, the output of the random forest is the class selected by most trees (majority voting).
8+
A **Random Forest** is an **Ensemble Learning** method that operates by constructing a multitude of [Decision Trees](../decision-trees) during training. For classification tasks, the output of the random forest is the class selected by most trees (majority voting).
99

1010
The fundamental philosophy of Random Forest is that **a group of "weak learners" can come together to form a "strong learner."**
1111

0 commit comments

Comments
 (0)