Machine Learning — Forecasting Using Regression Models (part4)

Chloooo
2 min readMay 25, 2020

Model Engineering — random forest parameter tuning

By Angela Compagnone from unsplash

From last post, we can know that:

  • Random forest algorithm can be used for regression problems
  • It typically provides very high accuracy

But that is also the reason Random Forest can cause overfitting.

--

--