py-earth icon indicating copy to clipboard operation
py-earth copied to clipboard

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines

Results 53 py-earth issues
Sort by recently updated
recently updated
newest added

Hi I was wondering if the following feature was included or could be included in MARS. to explain the above let me give an example. If I am simulating gas...

After our discussion in #157. I decided to read up more on the advantages/disadvantages of using other regularization techniques. I found [CMARS 2012](https://www.researchgate.net/publication/233429692_CMARS_A_new_contribution_to_nonparametric_regression_with_multivariate_adaptive_regression_splines_supported_by_continuous_optimization) [CMARS 2008](https://www.researchgate.net/publication/225614871_A_new_approach_to_multivariate_adaptive_regression_spline_by_using_Tikhonov_regularization_and_continuous_optimization) ,where the authors use Ridge...

Hi, I was checking the documentation and I couldn't how to find the knots positions and the values of the coefficients of the different polynomials of the fit. Let's say...

Hi i am also interested in the above. I had an idea, not sure how hard it would be to implement. I have a good example. Basically I am trying...

Hi I've come to a point where i want to fit multiple MARS models independently at the same time. However I am finding that when I try to fit multiple...

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

A recent change allows missing data in the design matrix. Might the same be done for the response matrix? I am adapting EARTH to the time series case, per TSMARS...

Hi I wondered if it would be possible to add limits to the fitting algorithm, e.g y >0 at x= -inf. I would hope that this functionality is within the...

Hi: I am trying to use the parameter check_every to control my fitting time, but I found it didn't make any differences when I change the init parameter check_every. So...