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
483 stars 168 forks source link

updating line 1475 #19

Open tiqfds opened 8 months ago

tiqfds commented 8 months ago

Replacing execution_times=execution_times.append(execution_times_model) with execution_times=pd.concat([execution_times, execution_times_model], ignore_index= False)