The Interactive Python notebooks can be opened using tools like Jupyter Notebooks or by opening .ipynb files in Github/browser
Install the required libraries using Pip such as
pip install sklearn
pip install pandas
pip install numpy
pip install matplotlib
Install the required libraries using install.packages or RStudio
Run the files using
or
Run in RStudio
Variation with C and Gamma
Tuning a linear SVM for Purpose
Running algorithms to find the best parameters
Principle Component Analysis
True Positive Rate vs False Positive Rate on Credit Card data
Precision Recall on Credit Card data
1. Dummy data and practise from Coursera - Machine Learning - University of Michigan
2. Kaggle datasets and competitions
Fork this on Github to make changes!