Skip to content

Commit 81003b9

Browse files
Merge pull request #174 from lvgig/feature/mean_response_encoder_coerce_float
edited MeanResponseTransformer to convert category to float, fixed tests
2 parents cebe0c0 + b106493 commit 81003b9

File tree

4 files changed

+354
-111
lines changed

4 files changed

+354
-111
lines changed

CHANGELOG.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ Subsections for each version can be one of the following;
1616

1717
Each individual change should have a link to the pull request after the description of the change.
1818

19-
1.1.2 (2024-02-07)
19+
1.2.0 (2024-02-06)
2020
------------------
2121
Added
2222
^^^^^
2323
- Update OneHotEncodingTransformer to default to returning int8 columns `#175 <https://github.com/lvgig/tubular/pull/175>`_
2424
- Updated NullIndicator to return int8 columns `#173 https://github.com/lvgig/tubular/pull/173`_
25+
- Update OneHotEncodingTransformer to default to returning int8 columns `#175 <https://github.com/lvgig/tubular/pull/175>`_
26+
- Updated MeanResponseTransformer to coerce return to float (useful behaviour for category type features) `#174 <https://github.com/lvgig/tubular/pull/174>`_
2527

2628
1.1.1 (2024-01-18)
2729
------------------

0 commit comments

Comments
 (0)