Eshin Jolly
Eshin Jolly
This was changed in Pandas 2.0
# Goal The goal of this PR is prep a new version of `nltools` that uses our new package [`burnt-ends`](https://github.com/cosanlab/burnt-ends) (currently private during development) as a core dependency for common...
Currently we let the `srm` external module handle this which throws the error, however this works with `method='procrustes'` because we manually pad matrices before alignment. @ljchang I thought the probabilistic...
Without refitting an Lm model we can: `beta_s = beta * std(x) / std(y)`
Tracking the work started by @leej3 here: https://github.com/conda-forge/staged-recipes/pull/22346
Though we have a `backend='mps'` option currently this doesn't work for all our models. In particular we run into issues with `img2pose` that is very similar to [this issue](https://github.com/Mikubill/sd-webui-controlnet/discussions/860). Seems...
@ljchang It looks like sklearn 1.3.1 literally *just* added a new attribute to the `PLS` model called `._predict_1d` which now breaks our plotting since our model was trained on an...
@ljchang Here's another fresh PR that specifically isolates out the new interactive `plot_detections` method you added. It **does not include** the live demo plotting code. We can prepare a separate...
Some options: - [torch hub](https://pytorch.org/docs/stable/hub.html) - [torch serve](https://pytorch.org/serve/) - [model zoo](https://modelzoo.co/)