课程: Complete Guide to AI and Data Science for SQL: From Beginner to Advanced
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Final project details - SQL教程
课程: Complete Guide to AI and Data Science for SQL: From Beginner to Advanced
Final project details
- [Instructor] Welcome to your Capstone project. Now, the objective of this project is to solidify and reinforce the concepts you've acquired throughout the course. This capstone deliberately revisits the linear regression project you completed earlier, allowing you to dive deeper into the various principles you've learned as you work through the project. Now, the primary method for achieving this is by providing you the opportunity to fill in the blank sections, following each step with your own observations drawn from the results of the code. Building a linear regression model can be a complex process, but it is the insights gained at each step that truly enhance your comprehension. Your task is to thoroughly examine each step, entering your own observations into the designated blank areas. Afterward, you can use the provided capstone solution file to compare your answers and further enhance your understanding.…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
下载课程离线学习
内容
-
-
(已锁定)
Dive Into machine learning with regression3 分钟 41 秒
-
(已锁定)
Understanding the essentials of linear regression4 分钟 47 秒
-
(已锁定)
Navigating the world of multiple regression3 分钟 59 秒
-
(已锁定)
Decoding the secrets of the regression line3 分钟 44 秒
-
(已锁定)
Perfecting your model: Evaluation and validation3 分钟 49 秒
-
(已锁定)
-
-
(已锁定)
From Predicting to Understanding4 分钟 46 秒
-
(已锁定)
Breaking Down Data Relationships with Regression4 分钟 6 秒
-
(已锁定)
Crafting Elegance in Machine Learning Models2 分钟 55 秒
-
(已锁定)
Hitting the Right Note - The Bias-Variance Trade-off4 分钟 7 秒
-
(已锁定)
Fine-Tuning Your Models3 分钟 33 秒
-
(已锁定)
Remixing Data with Bootstrapping3 分钟 49 秒
-
(已锁定)
Regression Analysis: A Practical Application3 分钟 54 秒
-
(已锁定)
-
-
(已锁定)
Model Diagnostics and Assumption Testing5 分钟 18 秒
-
(已锁定)
Unlocking the Secrets Behind Coefficients3 分钟 55 秒
-
(已锁定)
Polynomial Paths and Interactions3 分钟 33 秒
-
(已锁定)
Striking a Balance with Regularization Techniques3 分钟 34 秒
-
(已锁定)
Beyond the Basics - Advanced Model Evaluation Metrics3 分钟 58 秒
-
(已锁定)
Non-parametric Regression Methods4 分钟 24 秒
-
(已锁定)
Case Studies in Regression Analysis3 分钟 3 秒
-
(已锁定)
-
-
(已锁定)
Importing necessary libraries and dataset overview3 分钟 18 秒
-
(已锁定)
Loading the data7 分钟 36 秒
-
(已锁定)
Checking the data info2 分钟 13 秒
-
(已锁定)
Summary statistics of the dataset5 分钟 49 秒
-
(已锁定)
Checking the distribution of the variables5 分钟 42 秒
-
(已锁定)
Applying log transformation and re-checking distribution3 分钟 6 秒
-
(已锁定)
Challenge: Preparation1 分钟 5 秒
-
(已锁定)
Solution: Preparation1 分钟 19 秒
-
(已锁定)
-
-
(已锁定)
Bivariate analysis: Heat-map5 分钟 23 秒
-
(已锁定)
Visualizing relationships: Age of homes and distance to work3 分钟 52 秒
-
(已锁定)
Visualizing relationships: Highway access and property tax4 分钟 9 秒
-
(已锁定)
Checking correlation after removing outliers3 分钟 40 秒
-
(已锁定)
Visualizing relationships: Other pairs of variables5 分钟 8 秒
-
(已锁定)
Challenge: Visualization1 分钟 9 秒
-
(已锁定)
Solution: Visualization56 秒
-
(已锁定)
-
-
(已锁定)
Creating the linear regression model and model summary: Part 19 分钟 33 秒
-
(已锁定)
Creating the linear regression model and model summary: Part 27 分钟 16 秒
-
(已锁定)
Creating the linear regression model and model summary: Part 35 分钟 33 秒
-
(已锁定)
Dropping insignificant variables and re-creating the model7 分钟 57 秒
-
(已锁定)
Checking assumptions for linear regression3 分钟 18 秒
-
(已锁定)
Assumption 1: Checking for mean residuals2 分钟 47 秒
-
(已锁定)
Assumption 2: Checking homoscedasticity3 分钟 13 秒
-
(已锁定)
Assumption 3: Checking linearity2 分钟 12 秒
-
(已锁定)
Assumption 4: Checking normality of error terms3 分钟 24 秒
-
(已锁定)
Q-Q plot for checking the normality of error terms3 分钟 14 秒
-
(已锁定)
Model performance comparison on train and test data6 分钟 7 秒
-
(已锁定)
Applying cross-validation and evaluation4 分钟 40 秒
-
(已锁定)
Challenge: Model building48 秒
-
(已锁定)
Solution: Model building1 分钟 16 秒
-
(已锁定)