First of all, Welcome Everyone!
This is a project of Machine Learning named as FraudCheck which is basically a online fraud detection system. The ML model is implemented by using DecisionTreeClassifier from sklearn.tree module.
The data are preprocessed and distributed by pie chart with the help of plotly module.
The steps are must be followed:
Check if there are null value. Explore the Transactions type. Check Correlation. Split the data. Train the ML model. So, Let's Start!!