Skip to content

Commit

Permalink
fixing format
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Aug 22, 2023
1 parent 0224981 commit ca8d4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This release adds 3 new transformers:

1. `UniformEncoder` - A categorical and boolean transformer that converts the column into a uniform distribution.
2. `OrderedUniformEncoder` - The same as above, but the order for the categories can be specified, changing which range in the uniform distribution each category belongs to.
3. `IDGenerator`- A text transformer that drops the input column during transform and returns IDs during reverse transform. The IDs all take the form <prefix>-<number>-<suffix> and can be configured with a custom prefix, suffix and starting point.
3. `IDGenerator`- A text transformer that drops the input column during transform and returns IDs during reverse transform. The IDs all take the form \<prefix>\<number>\<suffix> and can be configured with a custom prefix, suffix and starting point.

Additionally, the `AnonymizedFaker` is enhanced to support the text sdtype.

### Deprecations

* The `get_input_sdtype` method is also being deprecated in favor of `get_supported_sdtypes`.
* The `get_input_sdtype` method is being deprecated in favor of `get_supported_sdtypes`.

### New Features

Expand Down

0 comments on commit ca8d4c4

Please sign in to comment.