Skip to content

Typo #16

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Typo #16

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chapter_3_GettingStarted/Baseline_RealWorldData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"\n",
"The previous section illustrated how simple data preprocessing and supervised learning techniques can be used to design a baseline fraud detection system. The presented results relied on reproducible, but simulated data. Let us now apply the exact same methodology with real-world transaction data. Due to confidentiality reasons, the data used in this section cannot be shared. While the results presented in this section cannot be reproduced, they however provide insights into the performances that would be obtained in a real-world setting. \n",
"\n",
"The dataset used was provided By Worldline, and is similar in nature to the datasets used in the publications referenced on our [ResearchGate page - Joint collaboration: MLG ULB and Worldline](https://www.researchgate.net/project/Fraud-detection-with-machine-learning).\n",
"The dataset used was provided by Worldline, and is similar in nature to the datasets used in the publications referenced on our [ResearchGate page - Joint collaboration: MLG ULB and Worldline](https://www.researchgate.net/project/Fraud-detection-with-machine-learning).\n",
"\n",
"## Training and test sets\n",
"\n",
Expand Down