Skip to content

Commit 8c01da2

Browse files
authored
Update random_forest_regressor.py (#1880)
1 parent d48661e commit 8c01da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine_learning/random_forest_regressor.py

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

1212
"""
13-
Random Tree Regressor Example using sklearn function.
14-
Boston house price dataset is used to demonstrate algorithm.
13+
Random Forest Regressor Example using sklearn function.
14+
Boston house price dataset is used to demonstrate the algorithm.
1515
"""
1616

1717
# Load Boston house price dataset

0 commit comments

Comments
 (0)