My capstone project is about predicting diabetes using eXtreme Gradient Boosting (XGBoost). This Readme describes how to install and run the code.
This project requires Python 3 and the following Python libraries installed:
You will also need to have software installed to run and execute an iPython Notebook
I recommend to install Anaconda, a pre-packaged Python distribution that contains all of the necessary libraries and software for this project.
capstone.ipynbis the notebook file
In a terminal or command window, navigate to the project directory that contains this README and run the following command:
jupyter notebook capstone.ipynb
This will open the iPython Notebook software and project file in your browser.
=======