Summary - Applied Data Science With Python and Jupyter
Summary - Applied Data Science With Python and Jupyter
Summary
In this chapter, we have seen how predictive models can be trained in Jupyter
Notebooks.
In the latter half of the chapter, we trained predictive classification models for
our binary problem, comparing how decision boundaries are drawn for various
models such as the SVM, k-Nearest Neighbors, and Random Forest. We then
showed how validation curves can be used to make good parameter choices
and how dimensionality reduction can improve model performance. Finally, at
the end of our activity, we explored how the final model can be used in
practice to make data-driven decisions.