Member-only story
YouTube Video Review:SciKit Learn Course — Machine Learning in Python Tutorial
I have been studying data science on my own for two years now. I have come across a SkiKit Learn machine learning course and decided to take the course to see if I could pick up some new tips that I have not already picked up in my two years of study.
After having watched the nearly three hour video in its entirety, I realised that the person who made the course is very knowledgeable about the theory of machine learning, but in my opinion was a bit sketchy about presenting the course.
Nevertheless, I will endeavour to review the course so anyone who is considering taking the course will be armed with a bit of foreknowledge.
One — Matplotlib
The first part of the course was how to plot a graph. I have prepared a study with me video to show the instructions given in the course:- https://www.youtube.com/watch?v=ZVrPlJyHs2Y
Two — Features and labels
Features are independent, which means that one feature does not affect another.
Labels are dependent variables and are the outcome of the model.
The number of rows in a dataframe are known as the number of instances.