Skip to content

Commit 7ffdef2

Browse files
authored
Fix some typos in random forest classifier (#1858)
1 parent 7ebe2b9 commit 7ffdef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine_learning/random_forest_classifier.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
def main():
1111

1212
"""
13-
Random Tree Classifier Example using sklearn function.
13+
Random Forest Classifier Example using sklearn function.
1414
Iris type dataset is used to demonstrate algorithm.
1515
"""
1616

17-
# Load Iris house price dataset
17+
# Load Iris dataset
1818
iris = load_iris()
1919

2020
# Split dataset into train and test data

0 commit comments

Comments
 (0)