@@ -75,7 +75,7 @@ Highlights
7575 to train and tune machine learning models. Then, the DataOps plans can be exported
7676 as ``Learners `` (:class: `skrub.SkrubLearner `), standalone objects that can be
7777 used on new data. More detail about the DataOps can be found in the
78- :ref: `User guide <userguide_data_ops >` and in the
78+ :ref: `User guide <user_guide_data_ops_index >` and in the
7979 :ref: `examples <data_ops_examples_ref >`.
8080
8181- The :class: `TableReport ` has been improved with many new features. Series are
@@ -86,12 +86,12 @@ Highlights
8686
8787- :mod: `selectors `, :class: `ApplyToCols ` and :class: `ApplyToFrame ` are now available,
8888 providing utilities for selecting columns to which a transformer should be applied
89- in a flexible way. For more details, see the :ref: `User guide <userguide_selectors >`
90- and the :ref: `example <sphx_glr_auto_examples_10_apply_on_cols .py >`.
89+ in a flexible way. For more details, see the :ref: `User guide <user_guide_selectors >`
90+ and the :ref: `example <sphx_glr_auto_examples_09_apply_to_cols .py >`.
9191
9292- The :class: `SquashingScaler ` has been added: it robustly rescales and smoothly
93- clips numerical columns, enabling more robust handling of numerical columns
94- with neural networks. See the :ref: `example <sphx_glr_auto_examples_11_squashing_scaler .py >`
93+ clips numeric columns, enabling more robust handling of numeric columns
94+ with neural networks. See the :ref: `example <sphx_glr_auto_examples_10_squashing_scaler .py >`
9595
9696New features
9797------------
@@ -137,8 +137,8 @@ New features
137137 in reports. :pr: `1470 ` by :user: `George S <georgescutelnicu> `.
138138
139139- Added the :class: `SquashingScaler `, a transformer that
140- robustly rescales and smoothly clips numerical columns,
141- enabling more robust handling of numerical columns
140+ robustly rescales and smoothly clips numeric columns,
141+ enabling more robust handling of numeric columns
142142 with neural networks. :pr: `1310 ` by :user: `Vincent Maladiere <Vincent-Maladiere> ` and
143143 :user: `David Holzmüller <dholzmueller> `.
144144
@@ -206,7 +206,7 @@ Changes
206206
207207- The :class: `TableReport ` now supports Series in addition to Dataframes. :pr: `1420 ` by :user: `Vitor Pohlenz<vitorpohlenz> `.
208208
209- - The :class: `Cleaner ` now exposes a parameter to convert numerical values to float32. :pr: `1440 ` by
209+ - The :class: `Cleaner ` now exposes a parameter to convert numeric values to float32. :pr: `1440 ` by
210210 :user: `Riccardo Cappuzzo<rcap107> `.
211211
212212- The :class: `TableReport ` now shows if columns are sorted. :pr: `1512 ` by :user: `Dea María Léon<DeaMariaLeon> `.
@@ -337,8 +337,7 @@ Release 0.4.1
337337Changes
338338-------
339339
340- * :class: `TableReport ` has `write_html ` method
341- :pr: `1190 ` by :user: `Mojdeh Rastgoo<mrastgoo> `.
340+ * :class: `TableReport ` has `write_html ` method. :pr: `1190 ` by :user: `Mojdeh Rastgoo<mrastgoo> `.
342341
343342* A new parameter ``verbose `` has been added to the :class: `TableReport ` to toggle on or off the
344343 printing of progress information when a report is being generated.
@@ -806,7 +805,7 @@ Minor changes
806805 - `check_is_fitted ` now looks at `"transformers_" ` rather than `"columns_" `
807806 - the default of the `remainder ` parameter in the docstring is now `"passthrough" `
808807 instead of `"drop" ` to match the implementation.
809- - uint8 and int8 dtypes are now considered as numerical columns.
808+ - uint8 and int8 dtypes are now considered as numeric columns.
810809
811810* Removed the leading "<" and trailing ">" symbols from KEN entities
812811 and types.
@@ -856,10 +855,10 @@ Dirty-cat release 0.4.1
856855
857856Major changes
858857-------------
859- * :func: `fuzzy_join ` and :class: `FeatureAugmenter ` can now join on numerical columns based on the euclidean distance.
858+ * :func: `fuzzy_join ` and :class: `FeatureAugmenter ` can now join on numeric columns based on the euclidean distance.
860859 :pr: `530 ` by :user: `Jovan Stojanovic <jovan-stojanovic> `
861860
862- * :func: `fuzzy_join ` and :class: `FeatureAugmenter ` can perform many-to-many joins on lists of numerical or string key columns.
861+ * :func: `fuzzy_join ` and :class: `FeatureAugmenter ` can perform many-to-many joins on lists of numeric or string key columns.
863862 :pr: `530 ` by :user: `Jovan Stojanovic <jovan-stojanovic> `
864863
865864* :func: `GapEncoder.transform ` will not continue fitting of the instance anymore.
@@ -949,7 +948,7 @@ Dirty-cat Release 0.3.0
949948Major changes
950949-------------
951950
952- * New encoder: :class: `DatetimeEncoder ` can transform a datetime column into several numerical columns
951+ * New encoder: :class: `DatetimeEncoder ` can transform a datetime column into several numeric columns
953952 (year, month, day, hour, minute, second, ...). It is now the default transformer used
954953 in the :class: `TableVectorizer ` for datetime columns. :pr: `239 ` by :user: `Leo Grinsztajn <LeoGrin> `
955954
0 commit comments