Skip to content
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
9539a2c
Updating squashing scaler examples
rcap107 Aug 26, 2025
c6a7b92
addessing comments from code review
rcap107 Aug 26, 2025
13bfd3e
fixes
rcap107 Aug 26, 2025
d9824af
updating dataops userguide
rcap107 Aug 26, 2025
730f850
big overhaul of the user guide and the documentation
rcap107 Aug 27, 2025
a1b8f76
formatting
rcap107 Aug 27, 2025
faa9751
fixing pixi
rcap107 Aug 27, 2025
440a73c
Merge remote-tracking branch 'upstream/main' into doc-userguide-updates
rcap107 Aug 29, 2025
83c5c76
Merge remote-tracking branch 'upstream/main' into doc-userguide-updates
rcap107 Sep 1, 2025
0f4d5ed
iter splitting sections into files
rcap107 Sep 1, 2025
5c39347
iter - fixing missing text from new files
rcap107 Sep 1, 2025
0830a8a
iter
rcap107 Sep 2, 2025
52f80b3
iter
rcap107 Sep 2, 2025
38309d9
iter
rcap107 Sep 2, 2025
2b77fb0
iter
rcap107 Sep 2, 2025
386dde8
iter
rcap107 Sep 2, 2025
0f5af95
iter
rcap107 Sep 2, 2025
d808f14
iter
rcap107 Sep 2, 2025
e909468
renaming folder
rcap107 Sep 2, 2025
e13702c
iter
rcap107 Sep 2, 2025
8c8746e
iter
rcap107 Sep 2, 2025
7000548
various fixes to language and typos
rcap107 Sep 2, 2025
1dc0ba9
wip fixing crossreferences
rcap107 Sep 2, 2025
83a8739
fixing crossreference bug
rcap107 Sep 3, 2025
5066e10
renaming dataops to data_ops for consistency
rcap107 Sep 3, 2025
4cce86b
iter
rcap107 Sep 3, 2025
31afef4
fixing warnings
rcap107 Sep 3, 2025
0b29b1c
renaming a file
rcap107 Sep 3, 2025
80de991
iter dataops
rcap107 Sep 3, 2025
4f6e344
crossref fixes
rcap107 Sep 3, 2025
33160bf
fixing more warnings
rcap107 Sep 3, 2025
396ec5c
fixing failing doctests
rcap107 Sep 3, 2025
9c7ef15
fixing a link
rcap107 Sep 12, 2025
211b55c
fixing sphinx gremlins
rcap107 Sep 16, 2025
a092b16
Merge remote-tracking branch 'upstream/main' into doc-userguide-updates
rcap107 Sep 17, 2025
f3439c2
iter
rcap107 Sep 17, 2025
78483b3
iter
rcap107 Sep 17, 2025
759cc68
iter
rcap107 Sep 17, 2025
ce3ac54
renaming/moving files around based on comments
rcap107 Sep 17, 2025
153e0aa
mostly formatting and gremlins
rcap107 Sep 17, 2025
75c281a
Update doc/modules/tablereport/exploring_dataframes_interactively.rst
rcap107 Sep 17, 2025
6135408
rewriting
rcap107 Sep 17, 2025
4b1b438
changing intro
rcap107 Sep 17, 2025
e70437d
formatting, fixing skrub naming
rcap107 Sep 17, 2025
ce73fb1
adding back resource
rcap107 Sep 17, 2025
97ec417
Merge remote-tracking branch 'upstream/main' into doc-userguide-updates
rcap107 Sep 17, 2025
59867a4
grrr doctest
rcap107 Sep 17, 2025
61f3684
Update doc/data_ops.rst
rcap107 Sep 17, 2025
63836cf
Update doc/documentation.rst
rcap107 Sep 18, 2025
801aede
Apply suggestions from code review
rcap107 Sep 18, 2025
7a68b6f
removing unneeded report
rcap107 Sep 18, 2025
ddf4a8d
Merge remote-tracking branch 'upstream/main' into doc-userguide-updates
rcap107 Sep 18, 2025
fff4279
addressing comments
rcap107 Sep 19, 2025
80ee7b7
fixing broken refs
rcap107 Sep 19, 2025
17fedcf
adding a section
rcap107 Sep 19, 2025
5902176
more examples
rcap107 Sep 19, 2025
a85240a
Apply suggestions from code review
GaelVaroquaux Sep 21, 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
11 changes: 5 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Highlights
to train and tune machine learning models. Then, the DataOps plans can be exported
as ``Learners`` (:class:`skrub.SkrubLearner`), standalone objects that can be
used on new data. More detail about the DataOps can be found in the
:ref:`User guide <userguide_data_ops>` and in the
:ref:`User guide <user_guide_data_ops_index>` and in the
:ref:`examples <data_ops_examples_ref>`.

- The :class:`TableReport` has been improved with many new features. Series are
Expand All @@ -84,12 +84,12 @@ Highlights

- :mod:`selectors`, :class:`ApplyToCols` and :class:`ApplyToFrame` are now available,
providing utilities for selecting columns to which a transformer should be applied
in a flexible way. For more details, see the :ref:`User guide <userguide_selectors>`
and the :ref:`example <sphx_glr_auto_examples_10_apply_on_cols.py>`.
in a flexible way. For more details, see the :ref:`User guide <user_guide_selectors>`
and the :ref:`example <sphx_glr_auto_examples_09_apply_to_cols.py>`.

- The :class:`SquashingScaler` has been added: it robustly rescales and smoothly
clips numerical columns, enabling more robust handling of numerical columns
with neural networks. See the :ref:`example <sphx_glr_auto_examples_11_squashing_scaler.py>`
with neural networks. See the :ref:`example <sphx_glr_auto_examples_10_squashing_scaler.py>`

New features
------------
Expand Down Expand Up @@ -335,8 +335,7 @@ Release 0.4.1
Changes
-------

* :class: `TableReport` has `write_html` method
:pr:`1190` by :user:`Mojdeh Rastgoo<mrastgoo>`.
* :class:`TableReport` has `write_html` method. :pr:`1190` by :user:`Mojdeh Rastgoo<mrastgoo>`.

* A new parameter ``verbose`` has been added to the :class:`TableReport` to toggle on or off the
printing of progress information when a report is being generated.
Expand Down
Loading
Loading