From the course: Machine Learning with Python: Foundations

What you should know - Python Tutorial

From the course: Machine Learning with Python: Foundations

What you should know

- [Instructor] Before we get started, let's go over some of the background knowledge that you should have in order to get the most out of this course. First, it will be helpful if you have some entry-level knowledge coding in Python. I will assume that you know how to import a Python package, refer to attributes of an object and call the methods of an object. Next, it would also be helpful if you have some familiarity with the pandas and scikit-learn packages. If you don't, no worries. I will explain exactly what I'm doing when we do use these packages in the course. Finally, I do assume that you know how to use a Jupyter Notebook interactive Python environment. Specifically, that you know how to create a code cell as well as how to edit a wrong code within the code cell.

Contents