From the course: Complete Guide to AI and Data Science for SQL: From Beginner to Advanced
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Project approach - SQL Tutorial
From the course: Complete Guide to AI and Data Science for SQL: From Beginner to Advanced
Project approach
- [Narrator] In this project, I'll guide you through the entire process of building a linear regression model to predict house prices step by step. You'll be using two essential tools, Python and SQL. So here's our approach. I'll begin by walking you through each step in Python, where we'll explore the code and its output. While Python isn't the primary focus of this class, you'll quickly realize that building a linear regression model is impossible without it. For each step that we perform in Python, we'll assess whether it can also be accomplished in SQL. If it can, I'll provide the SQL code to complete the task. If not, I'll let you know. Through this process, you'll gain a clear understanding of when and where each technology, Python and SQL, plays a role in creating an AI solution. I won't dive into the intricate details of Python code, however, depending on how familiar you are, here are some…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.