The Wayback Machine - https://web.archive.org/web/20200310075636/https://github.com/topics/anomaly-detection
Skip to content
#

anomaly-detection

Here are 489 public repositories matching this topic...

satrum
satrum commented Dec 16, 2019

How can i implement callback parameter in fit moder Autoencoder ?
There is not parameter.

from keras.callbacks.callbacks import EarlyStopping
cb_earlystop = EarlyStopping(monitor='val_loss', min_delta=0, patience=0, verbose=0,
mode='auto', baseline=None, restore_best_weights=False)
pyod_model.fit(scaler, callbacks=[cb_earlystop])

TypeError: fi

devinaconley
devinaconley commented Apr 4, 2019

Please throw a warning message to the user when automatically modifying parameters or algorithms. Doing this silently makes it extremely difficulty to debug and fine-tune.

https://github.com/linkedin/luminol/blob/42e4ab969b774ff98f902d064cb041556017f635/src/luminol/algorithms/anomaly_detector_algorithms/bitmap_detector.py#L60-L73

https://github.com/linkedin/luminol/blob/42e4ab969b774ff98f902

Improve this page

Add a description, image, and links to the anomaly-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the anomaly-detection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.