From 3dfad4956d6a7146e42b6d5337ebff130710f6e8 Mon Sep 17 00:00:00 2001 From: Prince Gangurde <50592495+Prince326@users.noreply.github.com> Date: Fri, 17 Apr 2020 00:35:02 +0530 Subject: [PATCH] Update random_forest_regressor.py --- machine_learning/random_forest_regressor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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