Skip to content

Pipeline separation dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@mkaranasou mkaranasou released this 18 Jan 20:03
· 93 commits to develop since this release
d0c9842

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