Dealing with categorical data in python for Machine Learning

preview_player
Показать описание
Dealing with categorical data in python for Machine Learning

Machine Learning using python and Scikit learn is packed into a course with source code for everything... head on to below link to know more.



Like my Facebook page to keep you updated about my new videos.
Рекомендации по теме
Комментарии
Автор

Thanks for sharing this. I have a question
What if I have 1500 rows. I want to see what are size types I have without checking each and every row. Then I want to see frequency of that type. For example; out of 1500, Medium(M) has been used 700 times and I want to see that.
By using df.variable_name.describe(), I can see top subcategory and its frequency. But, I want to see all of category and would like to see how frequent are they?
Could you please help me out ? Thanks in advance

hassansherwani