Closed davidsebfischer closed 6 years ago
Use spline basis transform of contnuous covariate via http://patsy.readthedocs.io/en/latest/spline-regression.html#natural-and-cyclic-cubic-regression-splines and feed transformed feature space to batchglm so that batchglm does not know anything specific happenend.
Addressed in https://github.com/theislab/diffxpy/pull/69.
Use spline basis transform of contnuous covariate via http://patsy.readthedocs.io/en/latest/spline-regression.html#natural-and-cyclic-cubic-regression-splines and feed transformed feature space to batchglm so that batchglm does not know anything specific happenend.