- Heart Disease Dataset: Download from: https://www.kaggle.com/datasets/fedesoriano/heart-failure-prediction/data
- Spambase: https://archive.ics.uci.edu/dataset/94/spambase
- Ensure that all the packages mentioned in requirements.txt is present in your env
- To run Neural Network code it is better to run it in google collab or similar, there are chances that your system crashes if you run locally
- Download, if not present the datasets - they should be named: heart.csv, spambase.data, spambase.names
- Heart disease.ipynb - run this to get analysis of KNN, SVM and NN on heart disease dataset.
- spambase.ipynb - run this to get analysis of KNN, SVM and NN on spambase dataset.
- Clone: 2.Start launch jupyter from anaconda
- Navigate to folder
- Choose either: Heart disease.ipynb or spambase.ipynb
- Run all cells in them sequentially.