Non-Linear Regression in R with Decision Trees - MachineLearningMastery.com

In this post, you will discover 8 recipes for non-linear regression with decision trees in R. Each example in this post uses the longley dataset provided in the datasets package&nbsp...

By · · 1 min read
Non-Linear Regression in R with Decision Trees - MachineLearningMastery.com

Source: MachineLearningMastery.com

In this post, you will discover 8 recipes for non-linear regression with decision trees in R. Each example in this post uses the longley dataset provided in the datasets package that comes with R. The longley dataset describes 7 economic variables observed from 1947 to 1962 used to predict the number of people employed yearly. Let’s get started. Classification […]