You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Sp
5
5
in the style of scikit-learn. The py-earth package implements Multivariate Adaptive Regression Splines using Cython and provides an interface that is compatible with scikit-learn's Estimator, Predictor, Transformer, and Model interfaces. For more information about
6
6
Multivariate Adaptive Regression Splines, see the references below.
7
7
8
-
##Now With Missing Data Support!
8
+
##Now With Missing Data Support!
9
9
10
10
The py-earth package now supports missingness in its predictors. Just set `allow_missing=True` when constructing an `Earth` object.
11
11
12
-
##Requesting Feedback
12
+
##Requesting Feedback
13
13
14
14
If there are other features or improvements you'd like to see in py-earth, please send me an email or open or comment on an issue. In particular, please let me know if any of the following are important to you:
15
15
@@ -22,7 +22,7 @@ If there are other features or improvements you'd like to see in py-earth, pleas
22
22
7. Better support for large data sets
23
23
8. Iterative reweighting during fitting
24
24
25
-
##Installation
25
+
##Installation
26
26
27
27
Make sure you have numpy and scikit-learn installed. Then do the following:
0 commit comments