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 has been archived by the owner on Dec 6, 2023. It is now read-only.
Jason Rudy edited this page Apr 30, 2014
·
2 revisions
I am considering the following features for a 0.2.0 release:
Multiple response columns
Fast MARS
Non-diagonal weight matrix
Multi-core computation (check multiple parent and variable candidates simultaneously)
PMML serialization (but not deserialization)
Smoothing and improved handling of derivatives (mostly done already)
AIC and cross-validation as alternatives to GCV
MARS for categorical variables
Computation on multiple machines (non-shared memory parallelism)
Improved numerical stability
Anti-derivatives?
I think my current top three are 6 (because it is mostly done already), 4, and 1. Both 4 and 1 require rewriting the forward pass. While I'm there, it makes sense to also think about 2, 3, 8, 9, and 10. Oh my. It would be good to get user input on which features matter.
Currently, I am thinking of leaving out 9, 3, 7, and 11 and keeping 5 as a nice-to-have. Then the core features of 0.2.0 will be 1, 2, 4, 6, 8, and 10. How to represent categorical variables?