Random Forest

Random Forest improves estimation performance and reduces instability of decision tree by averaging multiple regression trees, obtained through bootstrap samples.

It is possible to see that in this problem, with over 200 trees, the model converges.
Below is the final model of the random forest.

With random forest, the final model does not have steps and is more flexible, achieved through averaging the estimates of the trees.