Skip to content

Commit

Permalink
fix: export TableTransformer and InvertibleTableTransformer (#135)
Browse files Browse the repository at this point in the history
### Summary of Changes

`TableTransformer` and `InvertibleTableTransformer` are now included in
the correct `__init__` file, so they show up in the documentation.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lars-reimann and github-actions[bot] authored Mar 31, 2023
1 parent 2acbc6a commit 81c3695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/safeds/data/tabular/transformation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from ._imputer import Imputer, ImputerStrategy
from ._label_encoder import LabelEncoder
from ._one_hot_encoder import OneHotEncoder
from ._table_transformer import InvertibleTableTransformer, TableTransformer

0 comments on commit 81c3695

Please sign in to comment.