From the course: Programming Foundations: Artificial Intelligence
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Build your first machine learning model
From the course: Programming Foundations: Artificial Intelligence
Build your first machine learning model
- [Instructor] For this course, let's create a simple machine learning model to predict whether a customer will churn or leave based on a few key features. By analyzing the relationship between the features and the target variable, the model can identify customers likely to churn, enabling businesses to take proactive measures to retain them. Let's start with reviewing the features. You can find the customer_churn.csv file in the GitHub repo. Let's start by looking at the features or the columns. Monthly spend is the amount of money the customer spends each month. It is a continuous numerical variable that ranges from approximately $10 to $90. Next is contract length. This is the length of the customer's contract in months. It is a discreet numerical variable that ranges from one to 24 months. Next up is support calls. This is the number of support calls the customer made in the last month. It is a discreet numerical variable that ranges from zero to nine calls. Next is the target…
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.
Contents
-
-
-
-
-
(Locked)
Set up your AI environment3m 7s
-
(Locked)
Build your first machine learning model7m 23s
-
(Locked)
Create a neural network5m 38s
-
(Locked)
Dive into computer vision3m 43s
-
(Locked)
Explore generative AI5m 18s
-
(Locked)
Challenge: Build your first machine learning model2m 33s
-
(Locked)
Solution: Build your first machine learning model3m 44s
-
(Locked)
-
-
-