Thomas Silvers
Thomas Silvers
Have these functions made it into a release yet? Not seeing it on my end, but apologies if I've missed it. I see [here](https://github.com/stan-dev/math/pull/1938#issuecomment-777214942) plans for including `poisson_binomial_*` in v2.27
thanks for the speedy reply! Too bad that Formulaic doesn't have that option, but sure--I could use patsy to transform my df outside lifelines. for completeness, this is the code...
No worries, hope you enjoyed your vacation 🍹! I'll take a look at your replies to the other issues and follow up if needed. Before closing this issue and all...
Hi @durenzn, bumping this for when you have the chance to take a look.
hi @idc9 and @SteveDiamond, any progress on this issue? still hitting this error too on `0.3.3`
For now, I've installed minus setup `install_requires` and found one problem so far. `linear_model.RandomizedLasso` was deprecated in `scikit-learn=0.19.2` and removed in the current release. https://scikit-learn.org/stable/whats_new/v0.19.html
Great! The `Infer driver candidates` test run is also raising errors. I've debugged `RandomizedLasso` and successfully trained models per tutorial. [When I run Step 4](https://driverpower.readthedocs.io/en/latest/tutorial.html#infer-driver-candidates) though, I get this common,...
A custom meta-wrapper is a meta-wrapper written by a user. "Meta-wrappers work the same way as wrappers"--Is this true? From the [docs](https://snakemake.readthedocs.io/en/stable/snakefiles/modularization.html#meta-wrappers), it seems as if meta-wrappers can be defined...