NYU-HSRN-Network-Data-Science-Group / AutoZeekWatch

An online, deployable machine learning network intrusion detection system for Zeek.
MIT License
3 stars 0 forks source link

Implement partial fit training function #5

Closed diego-lopez8 closed 4 months ago

diego-lopez8 commented 4 months ago

Implement the function stub here

Should just be simply partial fit of the model on the incoming data batch (2D array)

https://github.com/zoe70416/NIDS/blob/c26a772667d97931d8b6d56acf73745e5db78daa/NIDS/train.py#L56

diego-lopez8 commented 4 months ago

completed by #12