Skip to content

Commit 997ede6

Browse files
authored
Update CHANGELOG.rst
Updated the changelog to include an added feature "wanted_values" in the OneHotEncodingTransformer.
1 parent 6fc1124 commit 997ede6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ and refuse columns with nulls (raises an error directing to imputers.) `#372 <ht
5151
- placeholder
5252
- placeholder
5353

54+
Added
55+
^^^^^
56+
- Optional wanted_levels feature has been integrated into the OneHotEncodingTransformer which allows users to specify which levels in a column they wish to encode. `#384 <https://github.com/azukds/tubular/issues/384>_`
57+
- Created unit tests to check if the values provided for wanted_values are as expected and if the output is as expected.
5458
1.4.1 (02/12/2024)
5559
------------------
5660

0 commit comments

Comments
 (0)