Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP add the Recipe #1064

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6eab7fa
add the Recipe
jeromedockes Sep 9, 2024
f0182eb
remove unused file
jeromedockes Sep 9, 2024
959e3e1
changelog
jeromedockes Sep 9, 2024
485ec5f
pixi update
jeromedockes Sep 9, 2024
a9e3b70
_
jeromedockes Sep 9, 2024
ec653c2
remove some git conflicts
jeromedockes Sep 9, 2024
dab4c45
remove some git conflicts
jeromedockes Sep 9, 2024
520de34
_
jeromedockes Sep 9, 2024
947c7a0
_
jeromedockes Sep 10, 2024
0c834df
Update examples/10_recipe.py
jeromedockes Sep 12, 2024
b69c1ba
Merge remote-tracking branch 'upstream/main' into add-recipe
jeromedockes Sep 24, 2024
72f6344
column filters must now be given as indices
jeromedockes Sep 24, 2024
64ec3f0
Merge remote-tracking branch 'upstream/main' into add-recipe
jeromedockes Sep 24, 2024
33ceeec
Merge remote-tracking branch 'upstream/main' into add-recipe
jeromedockes Oct 2, 2024
db6a620
remove get_x_train etc
jeromedockes Oct 2, 2024
ca5eb4c
_
jeromedockes Oct 2, 2024
f351627
_
jeromedockes Oct 2, 2024
8c337f8
Revert "_"
jeromedockes Oct 2, 2024
c0248fa
_
jeromedockes Oct 2, 2024
e1b8e1d
_tuning module docstring
jeromedockes Oct 2, 2024
eed7d48
docstring
jeromedockes Oct 3, 2024
ccb2df7
_
jeromedockes Oct 3, 2024
21a303a
_
jeromedockes Oct 3, 2024
7b08544
_
jeromedockes Oct 3, 2024
ce9f9d4
_
jeromedockes Oct 3, 2024
b95826c
_
jeromedockes Oct 3, 2024
830fdc7
_
jeromedockes Oct 3, 2024
ad4d357
Merge remote-tracking branch 'upstream/main' into add-recipe
jeromedockes Oct 8, 2024
9560afd
Merge remote-tracking branch 'upstream/main' into add-recipe
jeromedockes Nov 14, 2024
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
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ It is currently undergoing fast development and backward compatibility is not en

Major changes
-------------

* The :class:`Recipe` is a new, interactive and convenient way to construct a
machine-learning model and its grid of hyperparameters step by step while
seeing previews of the transformed data. :pr:`1064` by :user:`Jérôme Dockès
<jeromedockes>`.

Minor changes
-------------
Expand Down
1 change: 1 addition & 0 deletions doc/reference/building_a_pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Building a pipeline
:template: base.rst
:nosignatures:

Recipe
TableVectorizer
SelectCols
DropCols
Loading
Loading