causal-net.preprocessing
v0.1.0
Published
this is preprocessing class
Downloads
5
Readme
causal-net.preprocessing
This causal-net.preprocessing is a sub-module for causality project. This module provide preprocessing instances and preprocessing mixins
nlpPreprocessing
- Provide methods for text processing: tokenize, filter, count word frequency.
imagePreprocessing
- Provide method for image processing: split, transform color
tabularPreprocessing
- TBU
PreprocessingMixins
- Mixins for mix with Pipeline class or dataset class.