July 30, 2017
Getting started with Multivariate Adaptive Regression Splines
In this post we will introduce multivariate adaptive regression splines model (MARS) using python. This is a regression model that can be seen as a non-parametric extension of the standard linear model.
The multivariate adaptive regression splines model MARS builds a model of the from
Read more