-
I am enjoying geom_sina() in the following plot:
However, there is a tiny problem which is that the geom_sina dots are spilling over to the nearby boxes, e.g:
Not sure if it's the right …
-
In R, I can do this:
```
library(dplyr)
df = data.frame(x=c("a", "a", "b", "b", "c"), y=c(1, 2, 3, 4, 5))
letters_of_interest = c("a", "c")
df %>% filter(x %in% letters_of_interest)
x y
1 a…
-
### Bug Description
I'm running the example code from the readme ([this](https://github.com/blackjax-devs/blackjax#example)) and the version of blackjax in pip seems to not work for me (`pip instal…
-
## 🐛 Bug
ModelCheckpoint DID not save to same version folder when there are some loggers.
### To Reproduce
```python
import os
import torch
from torch.utils.data import DataLoader, Datas…
-
After starting JupyterLab a error is generated by Jupyterlab Code Formatter.
What does the "uncaught exception" and "FileNotFoundError" mean? I cannot identify a file that should be found.
See …
-
### Current Behaviour
In Google Colab the `.to_notebook_iframe` method on `ProfileReport` throws an error:
```Python
TypeError: concat() got an unexpected keyword argument 'join_axes'
```
T…
-
Hello Everybody!
I'm developing an R markdown document with geom_bar graphs, but I have a little problem, with horizontal lines, like blocks, in my graphs design.
I have a df like this:
| Grupo …
-
**Describe the bug**
I tried to use pandas-profiling version 1.4.1in google colab but it is giving type error
TypeError: concat() got an unexpected keyword argument 'join_axes'
**To Reprod…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
I just found out that I cannot install [linux-64/polars-0.13.58-py39hf099e1f_0.tar.bz2](http…
Hoeze updated
2 years ago
-
preparation:
- Since previous knowledge of Python is essential to follow the course, send out the information about basic Python earlier than one week in advance, so the students have enough time t…