
Debugging Machine Learning Models with Python
By :

In the previous chapter, you learned about different techniques for properly validating and assessing the performance of your machine learning models. The next step is to extend your knowledge of those techniques for improving the performance of your models.
In this chapter, you will learn about techniques to improve the performance and generalizability of your models by working on the data or algorithm you select for machine learning modeling.
In this chapter, we will cover the following topics:
By the end of this chapter, you will be familiar with different techniques to improve the performance and generalizability of your models and you will know how you can benefit from Python in implementing them for your projects.