mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08: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