Skip to content

Commit

Permalink
DOC Replace the MovieLens dataset with the fraud dataset (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Maladiere authored Oct 2, 2024
1 parent 11b8bdc commit b4e1e77
Show file tree
Hide file tree
Showing 12 changed files with 1,401 additions and 356 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Minor changes
``pandas.info()`` ) in a table. It can be sorted by each column.
:pr:`1056` and :pr:`1068` by :user:`Jérôme Dockès <jeromedockes>`.

* The credit fraud dataset is now available with the
:func:`fetch_credit_fraud function`.
:pr:`1053` by :user:`Vincent Maladiere <Vincent-Maladiere>`.

* Added zero padding for column names in :class:`MinHashEncoder` to improve column ordering consistency.
:pr:`1069` by :user:`Shreekant Nandiyawar <Shree7676>`.

Expand Down
Binary file added doc/_static/08_example_aggjoiner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/08_example_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ def notebook_modification_function(notebook_content, notebook_filename):
"Series": "pandas.Series",
"pandas.Index": "pandas.Index",
"read_csv": "pandas.read_csv",
"pandas.melt": "pandas.melt",
"pandas.merge": "pandas.merge",
# Skrub
"fetch_ken_table_aliases": "skrub.datasets.fetch_ken_table_aliases",
Expand Down
1 change: 1 addition & 0 deletions doc/reference/downloading_a_dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Downloading a dataset
fetch_drug_directory
fetch_world_bank_indicator
fetch_movielens
fetch_credit_fraud
fetch_ken_table_aliases
fetch_ken_types
fetch_ken_embeddings
Expand Down
Loading

0 comments on commit b4e1e77

Please sign in to comment.