Description:
This repository contains the code that I have written for doing K Fold Cross Validation on any dataset.
Programming Language: Python 2.7
How to run this code:
This program requires the installation of two libraries Pandas and Jupyter
- pip install pandas
- pip install jupyter
After installing these libraries start the jupyter notebook using the following command: jupyter notebook
Locate the ipython notebook file that you have download, the extension is(.ipynb). Start the notebook by clicking on the notebook. Press the run the button on the jupyter notebook GUI.