Kelley Brady
Kelley Brady
The light blue and pink highlighting that Gather uses look great in the default grey+white Jupyter Lab theme, but highlighting REALLY highlights when you are in Dark mode or the...
**Describe the issue or bug** ro.conversion.py2rpy fails when the `pd.DataFrame()` to be converted is large. **To Reproduce** ```python import numpy as np import pandas as pd import rpy2.robjects as ro...
I read https://www.pymc.io/projects/examples/en/latest/ode_models/ODE_Lotka_Volterra_multiple_ways.html and noticed the 'Bayesian Inference with Gradients' section the recommends to use sunode or diffrax to perform inference with gradients. The article linked for diffrax in that...