fraud-detection-handbook
fraud-detection-handbook copied to clipboard
Reproducible Machine Learning for Credit Card Fraud Detection - Practical Handbook
### Proposed new feature or change: As a lot of data scientists use Anaconda to install their project dependencies, I suggest to add a `environment.yml` file to the repository. Moreover,...
Hi all, Congratulations on your work! Is there any way to get the complete book in pdf format?
Link for Chapter 4 was malformed with no closing ']' bracket.
Replacing execution_times=execution_times.append(execution_times_model) with execution_times=pd.concat([execution_times, execution_times_model], ignore_index= False)
performances.append(performances_model) is outdated, but can be replaced with pd.concat([performances, performances_model], ignore_index= False)
One american 'over' ten, should surely be One american 'in' ten
Duplicate wording