py-earth
py-earth copied to clipboard
A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
I update numpy to the 1.25.1 version and now I got an error with py-earth (np.int is deprecated ...). Does anyone try to use py-earth with numpy 1.25.1 and/or know...
Hi, please if my Resulting sympy expression is as follow: 10.09973960737218e-5*H^2*O + 1.000379617581785374*H*S^2*O^2 - 3.010726723740426*H*S*O (%)^3 + 5.0103148920221564*H*S*O**2 + 9.00086824336123546*H*S*O + 1.000583791144606651*H*W*O - 6.000605250796458352*H*W - 4.000687835136935973*H*N+ 3.00187622749500295*H*O + 2.0238479599870805*H +...
Docker file: FROM python:3.10.8-slim ARG requirements=/rainbow3/requirements.txt COPY requirements.production.txt $requirements RUN apt-get update -qq && apt-get install -qq git pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl build-essential gcc RUN pip install --upgrade pip &&...