-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the missing transforms to bring parity with patsy / R. #18
Comments
Is the above list up to date? I'm curious if I could be of any help. |
Hi @lorentzenchr ! Obviously I didn't get to this in the timeline intimated. COVID has led to some changes in various trajectories, including with me heading back to Australia (a big transition given I have four kids). My plan is still to get to this, but you can feel free to explore implementing Note that it was my intention to write these from scratch after learning the mathematics behind them, as I did the others. This allowed me to write things with high performance in mind, and avoid copyright issues. |
Hope you and your family are fine. |
I'd be interested in your opinions about |
Hi @lorentzenchr ; sorry... lost the thread here a bit. I've implemented support for different contrast matrices now in #70. Feel free to take a look :). |
I have started working on |
Formulaic's support for stateful transforms is underutilised. Over the coming couple of weeks I'll be adding support in for the missing transforms, aiming to be compatible with patsy and R implementations.
C
: Add support for custom contrast matrices, etc. (PR Add full support for contrasts to Formulaic #70)scale
: Center and rescale for mean = 0 and stddev = 1poly
: Polynomial basis (PR Add support for thepoly
transform. #44)bs
: B-Spline basis (PR Add basis_spline stateful transform. #21)cr
: cubic spline basiscc
: cyclic cubic spline basiste
: tensor product smoothThe text was updated successfully, but these errors were encountered: