From the course: Artificial Intelligence Foundations: Machine Learning
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Reviewing learning algorithms for regression
From the course: Artificial Intelligence Foundations: Machine Learning
Reviewing learning algorithms for regression
- [Instructor] Do you remember the term regression? If you recall, regression problems are used to predict numeric values like the cost of a home. We'll solve a regression problem using three common regression algorithms, linear regression, RandomForestRegressor, and XGBoost. If you're a homeowner, have you wondered what your home will sell for in the current market? We can train a model to answer the question by taking features of a home to predict what it will sell for. After processing the raw dataset, imputing missing values, adding one-hot encoding of categorical data, removing outliers, and combining highly correlated features, we are left with data in a format that a machine can learn from. In the data, you'll see the median house value, which is the target variable that the machine learns how to predict. The dataset also includes the housing median age, median income, rooms per household, bedrooms per room, population per household, coordinates, and the ocean proximity. We'll…
Contents
-
-
-
-
-
-
(Locked)
Understanding learning algorithms and model training4m 8s
-
(Locked)
Exploring learning algorithms for classification4m 27s
-
(Locked)
Reviewing learning algorithms for regression5m 23s
-
(Locked)
Examining additional learning algorithms4m 25s
-
(Locked)
Training a custom machine learning model5m 2s
-
(Locked)
Demo: Training a custom machine learning model7m 39s
-
(Locked)
-
-
-