yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.27k stars 1.35k forks source link

Update auto_encoder.py #569

Open Gradwanderer opened 1 month ago

Gradwanderer commented 1 month ago

Tensorflow keras has changed names to MeanSquaredError. Please accept for the next users. Could not find any issues on that task. If not accepted, please add a info on the TF version number. I am using TF 2.15.0

All Submissions Basics:

All Submissions Cores:

New Model Submissions:

Updated AutoEncoder

Gradwanderer commented 1 month ago

I have seen the l2 import had to be changed also to L2 (line 24 + 29...)

yzhao062 commented 1 month ago

Hi there, the auto tests failed :) feel free to fix them first. thx