Open
Description
Hello there,
Thanks for making this fantastic library. I use it every day in my bioinformatics research. We're developing a toolkit for single-cell RNA-seq analysis (http://github.com/yeolab/flotilla) and want to add all current state-of-the-art analyses. Unfortunately, most of these are in R. I can reimplemement some of them, but they rely on certain R packages, in particular VGAM, aka Vector Generalized Linear and Additive Models. I've found a few mentions of GAMs here:
- https://github.com/scikit-learn/scikit-learn/wiki/A-list-of-topics-for-a-google-summer-of-code-(gsoc)-2012
- A subtype of GAMs, Multiple additive regression (MARS) discussion: Feature request: Implement MARS #845
- MARS pull request [WIP] Earth (MARS) #2285
Has there been any update on creating these libraries?