diff --git a/machine_learning/random_forest_regressor.py b/machine_learning/random_forest_regressor.py index f6c470f0975a..f78b6bbd0f42 100644 --- a/machine_learning/random_forest_regressor.py +++ b/machine_learning/random_forest_regressor.py @@ -10,8 +10,8 @@ def main(): """ - Random Tree Regressor Example using sklearn function. - Boston house price dataset is used to demonstrate algorithm. + Random Forest Regressor Example using sklearn function. + Boston house price dataset is used to demonstrate the algorithm. """ # Load Boston house price dataset