a keras pipeline that contains:
- data preproccesing(normilization, one_hot_encoding, label_encoding....)
- date features engineering
- saving data as h5 file
- saving transforers as pickle file
- reading from h5 file
- creates a tabuler dataloader for fully connected netwroks
- create a time series dataloader for RNN networks