Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the "Event classification for payment card fraud detection" tutorial as Keras 3 compatible. #1762

Merged
merged 12 commits into from
Feb 19, 2024
6 changes: 6 additions & 0 deletions scripts/examples_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,12 @@
"subcategory": "Timeseries classification",
"keras_3": True,
},
{
"path": "event_classification_for_payment_card_fraud_detection",
"title": "Event classification for payment card fraud detection",
"subcategory": "Timeseries classification",
"keras_3": True,
},
# Anomaly detection
{
"path": "timeseries_anomaly_detection",
Expand Down
Loading