From d6e2e7f707ab5497d006b14b3e9463fc2eb387d8 Mon Sep 17 00:00:00 2001 From: FlorianJacta <98709993+FlorianJacta@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:05:40 +0100 Subject: [PATCH] Accept suggestions --- docs/gallery/articles/fraud_detection/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/gallery/articles/fraud_detection/index.md b/docs/gallery/articles/fraud_detection/index.md index f16371340..bfd84f506 100644 --- a/docs/gallery/articles/fraud_detection/index.md +++ b/docs/gallery/articles/fraud_detection/index.md @@ -42,18 +42,18 @@ available users to access the application. ![Users](images/login_page.png){width=90% : .tp-image-border } -After logging in, you can navigate to your user page to view the transactions assigned to you for -investigation. You can see both your past transactions and those requiring your attention. Clicking -on a transaction in the table will select it and navigate you to the Analysis page. +After logging in, you can navigate to your user page to view the transactions assigned to you +for investigation. You can see both your past transactions and those requiring your attention. +Clicking on a transaction in the table will select it and navigate you to the Analysis page. This page also includes a newsfeed showing the application or other users' activities. ![User Page](images/user_page.png){width=90% : .tp-image-border } The Analysis page presents several pieces of information. The left section explains the model's -results (providing explanations on the model output), the middle section displays details about the -transaction, and the right section shows information about the client. Here, you can verify the -client's identity using a deep learning model. +results (providing explanations on the model output), the middle section displays details about +the transaction, and the right section shows information about the client. Here, you can verify +the client's identity using a deep learning model. You can decide whether the transaction is fraudulent or not. If you are unsure, you can share the transaction with someone else for further review.