Closed
Description
- Rename top level from
safe_ds
tosafeds
- Group
classification
andregression
in anml
module - Remove
plot_
prefix from plotting functions - Create modules
data.tabular
anddata.tabular.typing
- Move
Table
,Column
,Row
todata.tabular.containers
(?) - Move imputers etc. to
data.tabular.transformation
-
Move data exceptions to(I prefer to have a central place for exceptions)data.exceptions
-
Move learning exceptions to(ditto)ml.exceptions
- Replace
SupervisedDataset
byTaggedTable
. - Make
TaggedTable
a subclass ofTable
.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✔️ Done