Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
2ec9530
WIP Add module about clustering
May 22, 2025
8ab8ff8
Iter on Kmeans exercise
May 27, 2025
d828ada
Synch exercise notebooks
May 27, 2025
d94eb14
Add notebooks on hdbscan and feature engineering
May 27, 2025
fd41577
Reworked the k-means intro notebook to use penguins dataset
ogrisel May 28, 2025
90bdfed
Rerender the first notebook
ogrisel May 28, 2025
8ccd658
Add some missing cell markers
ogrisel May 28, 2025
0a2dfa3
Rerender the first notebook
ogrisel May 28, 2025
83bc291
More missing markers
ogrisel May 28, 2025
60d32eb
Rerender the first notebook
ogrisel May 28, 2025
2621cec
Improve phrasing / fix typos
ogrisel May 28, 2025
57fafec
Typo
ogrisel May 28, 2025
51a0d13
Rerender the first notebook
ogrisel May 28, 2025
6b26222
Iter on Olivier's work
May 30, 2025
fe58a3e
General rewording
Jun 2, 2025
7374ae5
Apply suggestions from code review
ArturoAmorQ Jun 2, 2025
fd03b1a
Rephrasing in cluster_kmeans_sol_01.py
ogrisel Jun 3, 2025
da9a3ec
Resynchronize exercise and fix CI
Jun 3, 2025
d4ad40c
Wording
Jun 3, 2025
8ab3e29
Use MAE to score predicted house prices
Jun 4, 2025
52f244a
Solve plotly DeprecationWarning
Jun 4, 2025
dec3453
Prefer make_column_transformer as per #831
Jun 4, 2025
00c41a7
Iter on hdbscan notebook
Jun 5, 2025
ffe1855
Remove redundant paragraph
Jun 5, 2025
26cd3d2
Rename exercise and solution
Jun 5, 2025
50e9bc0
Add exercise and solution using AMI
Jun 5, 2025
d7e03e6
Fix exercise
Jun 6, 2025
900f0da
Small improvements to the solution of exercise 02
ogrisel Jun 6, 2025
87d438f
Add the skrub dependency
ogrisel Jun 6, 2025
166868c
Expand analysis a bit
ogrisel Jun 6, 2025
74245d3
Improvements in the HDBSCAN notebook
ogrisel Jun 6, 2025
9bfe2f2
Reworded analysis of the BBC text clustering notebook + use cross-val…
ogrisel Jun 6, 2025
a765e53
Improvements in the supervised metrics notebook
ogrisel Jun 6, 2025
024545f
Add discussion on silhouette for hdbscan
Jun 9, 2025
2647274
Fix warning and plot not rendering
Jun 9, 2025
bd32b87
Add intro, overview and sections
Jun 10, 2025
27f4e52
Iter discussion on silhouette for hdbscan
Jun 10, 2025
b8f6646
Tweaks
Jun 10, 2025
d328631
Add first quiz on clustering and related images
Jun 11, 2025
c32eabe
Wording tweaks
Jun 11, 2025
89110ea
Add second quiz on clustering
Jun 20, 2025
d4b975e
Apply suggestions from code review
ArturoAmorQ Jun 24, 2025
b016d8b
Update jupyter-book/clustering/clustering_module_take_away.md
ArturoAmorQ Jun 24, 2025
a72be00
Synchronize quizzes from review
Jun 24, 2025
60a58c4
Merge branch 'clustering_module' of github.com:ArturoAmorQ/scikit-lea…
Jun 24, 2025
aff2dba
Synchronize notebooks
Jun 24, 2025
0c161ee
Add clustering wrap-up quiz
Jul 15, 2025
54ff951
Fix bug in wrap-up quiz
Jul 15, 2025
3fa71e9
Add wrap-up quiz to toc
Jul 15, 2025
5c7b28c
Fix a couple of bugs
Aug 12, 2025
83fc894
Feature branch to update to 1.6 (#813)
ogrisel May 27, 2025
49b4474
FIX Penguin figures not rendering (#828)
ArturoAmorQ May 27, 2025
c7009bc
Missing notebook sync (#838)
ogrisel May 27, 2025
9a3dd25
MAINT Changed the use of ColumnTransformer to make_column_transformer…
SebastienMelo May 27, 2025
110f5cc
Fix typos (#839)
omahs Jun 2, 2025
36ca1c5
minor improvements in wording and import statement order (#841)
rouk1 Jun 2, 2025
8ca0182
Minor typos fixups (#842)
davidjsonn Jun 9, 2025
4f9b633
MTN px parallel render fix (#843)
SebastienMelo Jun 12, 2025
4aa8c13
MAINT Update matplotlib to v3.10.3 (#846)
brospars Jun 17, 2025
1210659
MTN Heat map explanation (#833)
SebastienMelo Jul 9, 2025
ff94dea
MTN Bias variance quizz (#849)
SebastienMelo Jul 9, 2025
e1a5f07
MNT Add info about the estimators html diagram (#844)
ArturoAmorQ Jul 15, 2025
a7df7ad
Update notebooks
Jul 15, 2025
c962329
Add cross-validation diagram to GridSearchCV notebook (#847)
student-ChestaVashishtha Jul 30, 2025
00ddb9b
MTN Synchronized the quizzes for module 1 and 7
SebastienMelo Aug 7, 2025
271555a
MTN Fix the parallel plots
SebastienMelo Aug 7, 2025
0df2714
MTN Hyperparameter tuning with grid search
SebastienMelo Aug 13, 2025
d263961
MTN Made the distinction between predictor and transformer clearer (#…
SebastienMelo Aug 13, 2025
090c715
MTN Added model state to the glossary (#857)
SebastienMelo Aug 13, 2025
e5d4bf6
MTN Proposal for explantation of what are iterations (#859)
SebastienMelo Sep 10, 2025
b943bed
FIX HistGradientBoosting fitting time too long (#860)
SebastienMelo Sep 17, 2025
2c8b60a
Update README and Adding License txt file for Bike Rides Dataset (#858)
student-ChestaVashishtha Sep 26, 2025
29ad752
Remove introduction paragraph meant for maintainers (#863)
SebastienMelo Oct 2, 2025
a4bd6ea
Improve wording in definition of numerical features (#861)
SebastienMelo Oct 2, 2025
e39860f
Explicit that fitting time is measured in seconds (#862)
SebastienMelo Oct 2, 2025
a516bdc
Add dataset credits and licenses (#864)
SebastienMelo Oct 9, 2025
22bb873
Update notebooks
Oct 9, 2025
8e3fe4b
Change BBC news to Wikinews
Oct 23, 2025
da12c87
Merge branch 'INRIA:main' into clustering_module
ArturoAmorQ Oct 23, 2025
d8fe672
Update corresponding notebook
Oct 23, 2025
b235eaa
Add credits to newly added datasets
Oct 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading