Pipeline separation dev
Pre-release
Pre-release
mkaranasou
released this
18 Jan 20:03
·
93 commits
to develop
since this release
Creation of four separate pipelines:
- Preprocess: runs on the client - for the log processing, the resulting feature vectors are sent to the prediction pipeline
- Post-process: also runs on the client - for handling the result of the prediction
- Prediction: receives the feature vectors and provides prediction
- Training: to train Isolation Forest