Skip to content

Commit

Permalink
Merge pull request #174 from lvgig/feature/mean_response_encoder_coer…
Browse files Browse the repository at this point in the history
…ce_float

edited MeanResponseTransformer to convert category to float, fixed tests
  • Loading branch information
davidhopkinson26 authored Feb 6, 2024
2 parents cebe0c0 + b106493 commit 81003b9
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 111 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ Subsections for each version can be one of the following;

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

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

1.1.1 (2024-01-18)
------------------
Expand Down
Loading

0 comments on commit 81003b9

Please sign in to comment.