EvoTestOps / LogLead

LogLead stands for Log Loader, Enhancer, and Anomaly Detector.
MIT License
15 stars 2 forks source link

Boilterplate in AnomalyDetection class #15

Closed bakhtos closed 4 months ago

bakhtos commented 4 months ago

Currenly, the AnomalyDetection class has a lot of boilterplate methods train_MODEL, which simply pass some model to train() method with appropriate arguments. This can be merged into a single function train(model, filter_anos, **kwargs), so that the kwargs are passed on to the model contructor