-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a Credit Card Fraud Detection demo
- Loading branch information
Alexandre Sajus
committed
Dec 15, 2023
1 parent
d06cace
commit 18b3ee1
Showing
7 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
A Taipy Application that analyzes credit card transactions to detect fraud. | ||
|
||
[Try it live](https://fraud-detection.taipy.cloud/Transactions?null=){: .tp-btn target='blank' } | ||
[Get it on GitHub](https://github.com/Avaiga/demo-fraud-detection){: .tp-btn .tp-btn--accent target='blank' } | ||
|
||
# Understanding the Application | ||
This application shows a list of credit card transactions. The user can select a date range to predict fraud on. | ||
The application will then use an XGB model to mark potentially fraudulent transactions in red or yellow. | ||
|
||
![List of Transactions Page](images/fraud_transactions.png){width=100%} | ||
|
||
The user can select a transaction to see an explanation of the model's prediction, as well as the client's | ||
other transactions. | ||
|
||
![Prediction Explanation Page](images/fraud_explanation.png){width=100%} | ||
|
||
The user can also choose the threshold of the model. The threshold is the output of the model | ||
above which a transaction is considered fraudulent. The user can choose the model according | ||
to the displayed confusion matrix and by looking at False Positive and False Negative transactions. | ||
|
||
![Threshold Selection Page](images/fraud_threshold.png){width=100%} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters