imputr.domain.types#
Module Contents#
Classes#
Enum class that represents the various data types that the library is able to |
- class imputr.domain.types.DataType#
Bases:
enum.EnumEnum class that represents the various data types that the library is able to impute for and with.
Currently only contains categorical and continuous. Future releases may contain specific enumertions for discrete, discrete-ordinal and a separate datetime type.
- CATEGORICAL = [1]#
- CONTINUOUS = 2#