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

Sklearn #40

Closed jcrudy closed 11 years ago

jcrudy commented 11 years ago

A bunch of changes made for scikit-learn compatibility, including:

  1. Documentation
  2. Use of sklearn's data cleaning / checking functions
  3. Inheritance from sklearn's base classes