5.3 Object Oriented Programming & Python Classes (L05: Machine Learning with Scikit-Learn)

preview_player
Показать описание

In my opinion, the scikit-learn machine learning library is one of the best-designed Python libraries out there. It heavily relies on object oriented programming, which I will introduce in this chapter. This will help us better understand scikit-learn in the upcoming videos.

Errata: At minute 14:00, I misspoke and said it will call the init method of the CarClass. I meant that it will call the init method of the parent class of CarClass, which is VehicleClass.

-------

This video is part of my Introduction of Machine Learning course.

-------

Рекомендации по теме
Комментарии
Автор

Sir At @14:00 you said that it will cause Car class to call its init method but shouldn't it be -- "it will cause Vehicle class to call its init method " ?

rashutyagi
Автор

Hi Seb, the class KNN(object), do you have to put the "object" there? what is that for?

lqtube
join shbcf.ru