scikit-learn-contrib / py-earth

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
http://contrib.scikit-learn.org/py-earth/
BSD 3-Clause "New" or "Revised" License
455 stars 121 forks source link

Support cyclic predictors #147

Open jcrudy opened 7 years ago

jcrudy commented 7 years ago

See discussion in issue #141. There is at least one user who wants this.

Fish-Soup commented 7 years ago

I want this, but i am also the one you mention above :)

jcrudy commented 7 years ago

@Fish-Soup It's probably not going to happen soon, although I would like to do it when I get the time. If you are (or anybody else reading this is) interested in working on it, I can provide support. However, it would be a pretty substantial project for most people not already familiar with both the code and the math behind the MARS fast-update algorithm.