Fraud-Detection-Handbook / fraud-detection-handbook

Reproducible Machine Learning for Credit Card Fraud Detection - Practical Handbook
https://fraud-detection-handbook.github.io/fraud-detection-handbook/Foreword.html
Other
460 stars 164 forks source link

replacing "append" with "pd.concat" #18

Open tiqfds opened 5 months ago

tiqfds commented 5 months ago

performances.append(performances_model) is outdated, but can be replaced with pd.concat([performances, performances_model], ignore_index= False)