Project 2: Building a Student Intervention System ================================================= A pdf version is available :download:`here ` and the repository for the source of this document is `here `_. This project uses the `UCI Student Performance data-set `_ to model the factors that predict the likelihood that a student will pass his or her final exam. The project begins with an exploration of the data to understand the feature and target variables, followed by the selection of three machine-learning algorithms to potentially model the student-performance. Finally one of the models is chosen and the optimal parameters discovered using an exhaustive grid-search. .. ' .. toctree:: :maxdepth: 1 Exploring the Data Preparing the Data Training and Evaluating Models Choosing the Best Model Citations .. .. Software References