GitHub - devssh/svm: Learn to use Support Vector Machines in Python(sklearn) and R
The Interactive Python notebooks can be opened using tools like Jupyter Notebooks or by opening .ipynb files in Github/browser
For Python3
Install the required libraries using Pip such aspip install sklearn
pip install pandas
pip install numpy
pip install matplotlib
For R
Install the required libraries using install.packages or RStudioRun the files using
or
Run in RStudio


