Skip to content

Commit

Permalink
Set the "Event classification for payment card fraud detection" tutor…
Browse files Browse the repository at this point in the history
…ial as Keras 3 compatible. (keras-team#1762)

* Create example of transactions classification using Keras & Temporian

* Address comments

* Address all comments except one.

* s/keras core/keras 3 in text

* Address comments

* Update event_classification_for_payment_card_fraud_detection.py

* Adding .md and .ipynb files

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

* Change category from "Timeseries forecasting" to "Timeseries classification"
  • Loading branch information
achoum authored and sitamgithub-MSIT committed May 30, 2024
1 parent 0b95a46 commit ddd1e07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/examples_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,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

0 comments on commit ddd1e07

Please sign in to comment.