Machine Learning 101 with Scikit-learn and StatsModels
Machine Learning 101 with Scikit-learn and StatsModels, available at $129.99, has an average rating of 4.67, with 102 lectures, 17 quizzes, based on 788 reviews, and has 11618 subscribers.
You will learn about You will gain confidence when working with 2 of the leading ML packages – statsmodels and sklearn You will learn how to perform a linear regression You will become familiar with the ins and outs of a logistic regression You will excel at carrying out cluster analysis (both flat and hierarchical) You will learn how to apply your skills to real-life business cases You will be able to comprehend the underlying ideas behind ML models This course is ideal for individuals who are This course is for you, if you want to become a successful data scientist or This course is great if you want to get acquainted with the fundamental machine learning methods or This course is ideal for you, if you are a just getting started and want to gradually build up valuable skills in machine learning and data science It is particularly useful for This course is for you, if you want to become a successful data scientist or This course is great if you want to get acquainted with the fundamental machine learning methods or This course is ideal for you, if you are a just getting started and want to gradually build up valuable skills in machine learning and data science.
Enroll now: Machine Learning 101 with Scikit-learn and StatsModels
Summary
Title: Machine Learning 101 with Scikit-learn and StatsModels
Price: $129.99
Average Rating: 4.67
Number of Lectures: 102
Number of Quizzes: 17
Number of Published Lectures: 102
Number of Published Quizzes: 17
Number of Curriculum Items: 119
Number of Published Curriculum Objects: 119
Original Price: $189.99
Quality Status: approved
Status: Live
What You Will Learn
- You will gain confidence when working with 2 of the leading ML packages – statsmodels and sklearn
- You will learn how to perform a linear regression
- You will become familiar with the ins and outs of a logistic regression
- You will excel at carrying out cluster analysis (both flat and hierarchical)
- You will learn how to apply your skills to real-life business cases
- You will be able to comprehend the underlying ideas behind ML models
Who Should Attend
- This course is for you, if you want to become a successful data scientist
- This course is great if you want to get acquainted with the fundamental machine learning methods
- This course is ideal for you, if you are a just getting started and want to gradually build up valuable skills in machine learning and data science
Target Audiences
- This course is for you, if you want to become a successful data scientist
- This course is great if you want to get acquainted with the fundamental machine learning methods
- This course is ideal for you, if you are a just getting started and want to gradually build up valuable skills in machine learning and data science
Are you an aspiring data scientist determined to achieve professional success?
Are you ready and willing to master the most valuable skills that will skyrocket your data science career?
Great! You’ve come to the right place.
This course will provide you with the solid Machine Learning knowledge that will help you reach your dream job destination.
That’s right. Machine Learning is one of the fundamental skills you need to become a data scientist. It is the stepping stone that will help you understand deep learning and modern data analysis techniques.
In this course, we will explore the three most fundamental machine learning topics:
-
Linear regression
-
Logistic regression
-
Cluster analysis
Surprised? Even neural networks geeks (like us) can’t help, but admit that it’s these 3 simple methods – linear regression, logistic regression and clustering that data science actually revolves around.
So, in this course, we will make an otherwise complex subject matter easy to understand and apply in practice.
Of course, there is only one way to teach these skills in the context of data science – to accompany statistics theory with practical application of these quantitative methods in Python.
And that’s precisely what we are after. Theory and practice go hand in hand here.
We have developed this course with not one but two machine learning libraries – StatsModels and sklearn. As our practical experience showed us, they have different use cases and should be used together rather than independently.
Yet another advantage of taking this course? We are very conscious that data science theory is often overlooked.You can’t teach someone to run before they know how to walk. That’s why we will start slowly and continue by building complex ML models.
But don’t assume you’ll be bored by theory.
On the contrary! We have prepared a course that will get you results and will foster your interest in the subject matter, as it will show you that machine learning is something you can do, too (with the right teacher by your side).
Well, we hope you are as excited as we are, as this course is the door that can open countless opportunities in the data science world for you. This is a course you’ll be actually eager to complete.
On top of that we are happy to offer a 30-day money back guarantee. No risk for you. The content of the course is so outstanding , that this is a no-brainer for us We are 100% certain you will love it.
Why wait any longer? Every day is a missed opportunity.
Click the “Buy Now” button and let’s start (machine) learning together!
Course Curriculum
Chapter 1: Introduction
Lecture 1: What Does the Course Cover?
Chapter 2: Setting Up The Working Environment
Lecture 1: Setting Up the Environment – An Introduction (Do Not Skip, Please)!
Lecture 2: Why Python and Why Jupyter?
Lecture 3: Installing Anaconda
Lecture 4: The Jupyter Dashboard – Part 1
Lecture 5: The Jupyter Dashboard – Part 2
Lecture 6: Jupyter Shortcuts
Lecture 7: Installing sklearn
Lecture 8: Installing Packages – Exercise
Lecture 9: Installing Packages – Solution
Chapter 3: Linear Regression with StatsModels
Lecture 1: Introduction to Regression Analysis
Lecture 2: The Linear Regression Model
Lecture 3: Correlation vs Regression
Lecture 4: Geometrical Representation
Lecture 5: Python Packages Installation
Lecture 6: Simple Linear Regression in Python
Lecture 7: Simple Linear Regression in Python – Exercise
Lecture 8: What is Seaborn?
Lecture 9: What Does the StatsModels Summary Regression Table Tell us?
Lecture 10: SST, SSR, and SSE
Lecture 11: The Ordinary Least Squares (OLS)
Lecture 12: Goodness of Fit: The R-Squared
Lecture 13: The Multiple Linear Regression Model
Lecture 14: Adjusted R-Squared
Lecture 15: Multiple Linear Regression – Exercise
Lecture 16: F-Statistic and F-Test for a Linear Regression
Lecture 17: Assumptions of the OLS Framework
Lecture 18: A1: Linearity
Lecture 19: A2: No Endogeneity
Lecture 20: A3: Normality and Homoscedasticity
Lecture 21: A4: No Autocorrelation
Lecture 22: A5: No Multicollinearity
Lecture 23: Dealing with Categorical Data
Lecture 24: Dealing with Categorical Data – Exercise
Lecture 25: Making Predictions
Chapter 4: Linear Regression with Sklearn
Lecture 1: What is sklearn?
Lecture 2: Game Plan for sklearn
Lecture 3: Simple Linear Regression with sklearn
Lecture 4: Simple Linear Regression with sklearn – Summary Table
Lecture 5: A Note on Normalization
Lecture 6: Simple Linear Regression with sklearn – Exercise
Lecture 7: Multiple Linear Regression with sklearn
Lecture 8: Adjusted R-Squared
Lecture 9: Adjusted R-Squared – Exercise
Lecture 10: Feature Selection through p-values (F-regression)
Lecture 11: A Note on Calculation of P-values with sklearn
Lecture 12: Creating a Summary Table with the p-values
Lecture 13: Multiple Linear Regression – Exercise
Lecture 14: Feature Scaling
Lecture 15: Feature Selection through Standardization
Lecture 16: Making Predictions with Standardized Coefficients
Lecture 17: Feature Scaling – Exercise
Lecture 18: Underfitting and Overfitting
Lecture 19: Training and Testing
Chapter 5: Linear Regression – Practical Example
Lecture 1: Practical Example (Part 1)
Lecture 2: Practical Example (Part 2)
Lecture 3: A Note on Multicollinearity
Lecture 4: Practical Example (Part 3)
Lecture 5: Dummies and VIF – Exercise
Lecture 6: Practical Example (Part 4)
Lecture 7: Dummy Variables Interpretation – Exercise
Lecture 8: Practical Example (Part 5)
Lecture 9: Linear Regression – Exercise
Chapter 6: Logistic Regression
Lecture 1: Introduction to Logistic Regression
Lecture 2: A Simple Example of a Logistic Regression in Python
Lecture 3: What is the Difference Between a Logistic and a Logit Function?
Lecture 4: Your First Logistic Regression
Lecture 5: Your First Logistic Regression – Exercise
Lecture 6: A Coding Tip (optional)
Lecture 7: Going through the Regression Summary Table
Lecture 8: Going through the Regression Summary Table – Exercise
Lecture 9: Interpreting the Odds Ratio
Lecture 10: Dummies in a Logistic Regression
Lecture 11: Dummies in a Logistic Regression – Exercise
Lecture 12: Assessing the Accuracy of a Classification Model
Lecture 13: Assessing the Accuracy of a Classification Model – Exercise
Lecture 14: Underfitting and Overfitting
Instructors
-
365 Careers
Creating opportunities for Data Science and Finance students
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 13 votes
- 3 stars: 63 votes
- 4 stars: 273 votes
- 5 stars: 437 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024