mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 02:13:15 +08:00
Update random_forest_regressor.py (#1880)
This commit is contained in:
@ -10,8 +10,8 @@ from sklearn.metrics import mean_squared_error
|
|||||||
def main():
|
def main():
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Random Tree Regressor Example using sklearn function.
|
Random Forest Regressor Example using sklearn function.
|
||||||
Boston house price dataset is used to demonstrate algorithm.
|
Boston house price dataset is used to demonstrate the algorithm.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Load Boston house price dataset
|
# Load Boston house price dataset
|
||||||
|
Reference in New Issue
Block a user