scikit-learn-contrib / py-earth

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
http://contrib.scikit-learn.org/py-earth/
BSD 3-Clause "New" or "Revised" License
457 stars 122 forks source link

Missing data #88

Closed jcrudy closed 8 years ago

jcrudy commented 8 years ago

Adds missing data functionality. Predictors can have nan values, which will be treated as missing. See reference below. I want to benchmark for speed against previous version before merging into master.

Friedman, J. (1991). Estimating functions of mixed ordinal and categorical variables using adaptive splines. Stanford University Department of Statistics, Technical Report No 108. https://statistics.stanford.edu/sites/default/files/LCS%20108.pdf