Riccardo Cappuzzo
Riccardo Cappuzzo
#### Reference Issues/PRs Addressing task 2 in #26595 #### What does this implement/fix? Explain your changes. I am working on linking the html repr of the estimator with the documentation...
Fix for #1110 DropNullColumn (provisional name) takes as input a column, and drops it if all the values are nulls or nans. TableVectorizer was also updated with a `drop_null_columns` flag...
### Problem Description I am currently working with tables that may contain columns that contain only null/missing values. I also need to perform imputation (with sklearn's SimpleImputer) over all the...
I have the following piece of code ```python data = fetch_medical_charge() X = skrub.X(data.X) y = skrub.y(data.y) X = X.skb.subsample(n=1000) ``` I did not set `y.skb.subsample` because I was expecting...
When `order_by` is set, numerical features are plotted as a function of the variable in `order_by`, however the plots do not make a lot of sense (see image) ```python from...
Fixes #1220 Starting this to bootstrap a discussion on what to put in the vision page.
Fixes #1446 Todo: - Add an example in the docstring - Add a cross-reference to the user guide - Expand a bit on this in the user guide
I'm writing this issue to collect all other issues and notes relative to the documentation Naming - #1371 General docs - #1446 - #1451 - #1465 - #1438 - #1425...
### Problem Description Currently, when the Bunch object is displayed in a notebook cell it uses the standard `dict` repr, which makes it hard to actually see the content, including...
### Describe the issue linked to the documentation The current ordering of the functions in the documentation does not make much sense: - [DatetimeEncoder](https://skrub-data.org/stable/reference/generated/skrub.DatetimeEncoder.html) - [ToCategorical](https://skrub-data.org/stable/reference/generated/skrub.ToCategorical.html) - [ToDatetime](https://skrub-data.org/stable/reference/generated/skrub.ToDatetime.html) - [StringEncoder](https://skrub-data.org/stable/reference/generated/skrub.StringEncoder.html)...