cuvis_ai.node.base.Preprocessor
- class cuvis_ai.node.base.Preprocessor[source]
Bases:
ABC
,CubeConsumer
Abstract class for data preprocessing.
- __init__()
Methods
__init__
()fit
(X)Fit the preprocessor to the data.
forward
(X)
Bases: ABC
, CubeConsumer
Abstract class for data preprocessing.
Methods
|
|
|
Fit the preprocessor to the data. |
|