Abolfazl Ziaeemehr
Abolfazl Ziaeemehr
Hi, Is SNPE-B is available in sbi? I just searched in documentation and found no match. cheers.
It would be nice to have joint_plot for arbitrary pair of parameters: ```python def plot_joint(x, limits, ax, cmap="hot", label=None, points=[], xlabel="", ylabel="", add_corr=True): ''' plot joint distribution of given samples...
it actually extract the joint plot implemented on pairplot, give an option to user to select arbitrary pair of parameters. I had issue for preparing image for publications to have...
I am not sure, think it still give a triangle plot right? including diagonal (marginal) and offdiagonal (joint plots). What if user only need one panel of this triangle plot...
no worries, that's just a suggestion. 👍
```bash FROM graphcore/pytorch-jupyter:latest RUN pip install --upgrade pip RUN pip install jupyterlab RUN pip install sbi WORKDIR /sbi ``` to build container locally: ```bash docker build -t sbi . ```...
container images are available and auto-built w/ [GitHub Actions](https://github.com/sbi-dev/sbi/blob/docker-image-deployment-in-sbi-package/.github/workflows/publish-ghcr.yaml), so you can use w/ Docker ``` docker run --rm -it ghcr.io/sbi-dev/sbi-toolkit:latest python3 -c 'import sbi; print(sbi.__version__)' ``` to build and...
Docker is a platform that enables developers to build, ship, and run applications in containers. Containers are lightweight, standalone, and executable packages that contain everything needed to run an application,...
> I'm very frustrated how to install cursor editor on ubuntu 24.04 I have done @itsnull12 suggested, but how do i use "cursor" command in the terminal? Thanks for sharing...
I still have the same error. I am using plotly python '4.7.1' on ubuntu 20.04 machine. ```python fig = create_streamline(r, v, dr, dv) ``` shape each input is e.g 20...