Detect Credit Card Fraud using Sklearn implementing different models in the process to find the best one
We will compare various model on the same problem on by one, side by side to make it easier for us to decide which model gives the best results based on various evaluation matices. We will use pycaret library for the same. Here is the link to its documentation documetation for the same. Using this you can compare, create, save, deploy model with just a few lines of code. the article will be up soon.