Machine learning : Credit card Fraud detection project
At first we start i assume that you know python preety much it's recommended but not necessary . At First we Are going to use this data for Credit card fraud detection .
https://www.kaggle.com/mlg-ulb/creditcardfraud go to the link and download it .
Before we start fitting our model to dataset we do some data processing. To Know much about data, and get more idea about data, data processing is must .
https://www.kaggle.com/mlg-ulb/creditcardfraud go to the link and download it .
Before we start fitting our model to dataset we do some data processing. To Know much about data, and get more idea about data, data processing is must .
In [1]:
import sys
import numpy
import pandas
import matplotlib
import seaborn
import scipy
print('Python: {}'.format(sys.version))
print('Numpy: {}'.format(numpy.__version__))
print('Pandas: {}'.format(pandas.__version__))
print('Matplotlib: {}'.format(matplotlib.__version__))
print('Seaborn: {}'.format(seaborn.__version__))
print('Scipy: {}'.format(scipy.__version__))
Comments
Django Online Courses
Django Training in Hyderabad
Python Django Online Training
Python Django Training in Hyderabad