Marie Sacksick
Marie Sacksick
### Problem Description Right now, when I am using the TableReport on a dataframe with only column, I have the following: ``` import pandas as pd df = pd.DataFrame(data =...
During the sprint yesterday, with @JulietteBgl we found that the attributes max_*_columns were not clear. In particular, the attribute max_plot_columns. Indeed, as the attribute is an int, we expect to...
### Describe the bug I wanted to test the deduplicate feature on a very messy dataset for the mooc, but it turns out it is so messy the feature can't...
Hello! During the sprint yesterday, I used skrub's data ops and data plan for the first time. I was a bit puzzled at first, but after ~15/30 minutes, it became...
#### Reference Issues/PRs #### What does this implement/fix? Explain your changes. Update development status. This is displayed on PyPI (among other places) and serves as an indicator for potential users...
As of today, skops do no consider skrub as a trusted source. ``` # %% from sklearn.datasets import load_iris from sklearn.model_selection import train_test_split from skrub import tabular_learner X, y =...