We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebe2b9 commit 7ffdef2Copy full SHA for 7ffdef2
machine_learning/random_forest_classifier.py
@@ -10,11 +10,11 @@
10
def main():
11
12
"""
13
- Random Tree Classifier Example using sklearn function.
+ Random Forest Classifier Example using sklearn function.
14
Iris type dataset is used to demonstrate algorithm.
15
16
17
- # Load Iris house price dataset
+ # Load Iris dataset
18
iris = load_iris()
19
20
# Split dataset into train and test data
0 commit comments