Extension ABCs¶
The Python ABCs in skein_glm.penalties and skein_glm.datafits mirror the
Rust traits in skein-core. Implement these to prototype new
penalties / datafits in Python before porting to Rust.
See Extending: custom penalties and Extending: custom datafits for worked examples.