py-earth
py-earth copied to clipboard
A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
PyEarth doesn't work with Anaconda 2019.03 for macOS (Python 3.7) (the installation fails). Is this issue being worked out? Thanks!
First of all, thank you for publicize this amaizing repo. Recently I'm working with MARS model. All things works great, but there's one thing confuses me. When train MARS with...
Hi, I have recently updated the commit I am working with to #160. The commit I used to work with before the update was [30abe96 ](https://github.com/scikit-learn-contrib/py-earth/commit/30abe9623b0338a25069395ffab1d9611fc094a9)(Mar 31, 2016). After updating...
See #166. @johnmrudolph
Hello! I try install `py-earth` on `ArchLinux` with `Python 3.7.4`, but when i execute next command: ``` sudo python setup.py install --cythonize ``` See next errors in console: ``` pyearth/_util.c:...
Not a py-earth issue per se, but a more general compatibility issue between cython and Python 3.7. Has anyone found an acceptable workaround? Updating cython to latest release and rebuilding...
Getting `ValueError: Wrong number of columns in X. Reshape your data.` exception if Earth is fitted multiple times if the number of features of X changes. From a usability standpoint,...
The `Earth` model seems to be unusable as the estimator in `RFECV`. See https://github.com/scikit-learn-contrib/py-earth/issues/188#issuecomment-442088727.
Hi, I'm using py-earth with multicolumn input and multicolumn output. Currently I have the pruning pass enabled. I ran into this problem where sometimes the selected iteration doesn't appear to...