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

Good evening I tried to install pyearth with pip3 install sklearn-contrib-py-earth but I got errors. I have installed sklearn with pip3 install -U scikit-learn without problem. What can I do...

pip install sklearn-contrib-py-earth Collecting sklearn-contrib-py-earth Using cached sklearn-contrib-py-earth-0.1.0.tar.gz (1.0 MB) Requirement already satisfied: scipy>=0.16 in /home/tnt/PycharmProjects/mars/lib/python3.8/site-packages (from sklearn-contrib-py-earth) (1.6.0) Requirement already satisfied: scikit-learn>=0.16 in /home/tnt/PycharmProjects/mars/lib/python3.8/site-packages (from sklearn-contrib-py-earth) (0.24.1) Requirement already...

Dear @jcrudy I tried several ways to install py-earth but all failed. I have Win10 and a python 3.7 environment. Firstly, I used the git clone repository method to install,...

When using `pyearth` with `numpy 1.16.1`, I get the following FutureWarinings: `python3.5/site-packages/pyearth/earth.py:802: FutureWarning: 'rcond' parameter will change to the default of machine precision times ``max(M, N)`` where M and N...

Assuming I understand the below error correctly, could you please add support for installation on Mac OSX 11 (Big Sur)? Thanks for all you do! running install running bdist_egg running...

Package version i am using: Name: sklearn-contrib-py-earth Version: 0.1.0 Here's the call trace from where the issue is originating. File "C:\Users\NikhilVeeresh\anaconda3\envs\KP-2269-Formula\lib\site-packages\sklearn\cluster\_kmeans.py", line 1035, in fit self._check_params(X) File "C:\Users\NikhilVeeresh\anaconda3\envs\KP-2269-Formula\lib\site-packages\sklearn\cluster\_kmeans.py", line 943,...

This way we can re-cythonize the package with our own cython compiler.

As stated in the title, is there a way to get the remaining basis after fitting as a list for further manipulation in Python? The basis_ attribute is an internal...