Update random_forest_regressor.py (#1880)

This commit is contained in:
Prince Gangurde 2020-04-17 16:13:50 +05:30 committed by GitHub
parent d48661e35d
commit 8c01da20d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@ from sklearn.metrics import mean_squared_error
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