mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00:00
Update random_forest_regressor.py (#1880)
This commit is contained in:
parent
d48661e35d
commit
8c01da20d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user