Predicting Credit Card Fraud using Support Vector Machine
Procedure
Step 1: Click on "Load Dataset" on the left panel to upload the dataset.

Step 2: The interface will highlight missing values and unwanted rows.

Step 3: Click on "Clean Dataset" to remove red-highlighted rows and handle missing values.

Step 4: Click on "Encode Categorical Data" to convert non-numeric fields into numeric codes using label encoding or one-hot encoding.

Step 5: Click on "Normalization (Min-Max Scaling)" to scale numeric data to a common range of [0, 1].

Step 6: Click on "Split Data (80/20)" to divide the dataset into 80% for training and 20% for testing.

Step 7: Click on "Next" to go to the Train SVM section.

Step 8: Select any "model type" and click on "Train Model".

Step 9: Click on the "Next" button to proceed to the SVM Kernel Comparison section.

Step 10: Click on "SVM Kernel Comparison" to view the kernel comparison.
