-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Conversation
…ial as Keras 3 compatible.
scripts/examples_master.py
Outdated
{ | ||
"path": "event_classification_for_payment_card_fraud_detection", | ||
"title": "Event classification for payment card fraud detection", | ||
"subcategory": "Timeseries forecasting", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it rather timeseries classification?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right.
*Changed to "Timeseries classification".
To be even more accurate, we could have a new category such as "Time-sequence classification" or "Event classification", since a "Timeseries" implies a uniform sampling and a univariate numerical feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can have multidimensional timeseries. Generally all sequence data where the sequence step is a time step is referred to as timeseries.
…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"
The event classification tutorial #1748 has the "This example uses Keras 2" tag. This change will replace it with the "This example uses Keras 3" tag.
AFAK, the two current errors are unrelated to this change.