Book Image

Supervised and Unsupervised Learning with Python [Video]

By : Prateek Joshi
Book Image

Supervised and Unsupervised Learning with Python [Video]

By: Prateek Joshi

Overview of this book

Build real-world Artificial Intelligence (AI) applications to intelligently interact with the world around you, explore real-world scenarios, and learn about the various algorithms that can be used to build AI applications. Packed with insightful examples and topics such as predictive analytics and deep learning, this course is a must-have for Python developers.
Table of Contents (5 chapters)
Chapter 3
Predictive Analytics with Ensemble Learning
Content Locked
Section 5
Finding Optimal Training Parameters
When you are working with classifiers, you do not always know what the best parameters are. This is where grid search becomes useful. Let's see how to find optimal training parameters using grid search. - Specify grid of parameters you want to test. - Define metrics to find best combination - Print score and performance report