课程: Python: Working with Predictive Analytics
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Decision tree regression
- [Instructor] On our roadmap, we are again in the modeling section, and we have two models left to discuss here. In this video, I'll explain the decision tree algorithm. This is also called classification and regression trees, or CART for short. Decisions, decisions, decisions. It's in our lives every day. Suppose we are in the middle of a decision to whether or not to purchase a car. How would we approach it? We would start with defining the most important factors or features for us to help our decision. Decision trees were first used in classification algorithms for predicting categorical variables. A decision three is a tree where each node represents a feature or attribute, each link or branch represents the decision, also called a rule, and each leaf represents an outcome. Here is a decision tree example about car purchase. Looking at the price range, if the price of a car is less than 30,000, we continue to the automatic transmission question. The car has an automatic…
内容
-
-
-
-
(已锁定)
Introduction to predictive models4 分钟 10 秒
-
(已锁定)
Linear regression12 分钟 36 秒
-
(已锁定)
Polynomial regression6 分钟 59 秒
-
(已锁定)
Solution: Polynomial regression2 分钟 28 秒
-
(已锁定)
Support Vector Regression (SVR)5 分钟 14 秒
-
(已锁定)
Decision tree regression6 分钟 12 秒
-
(已锁定)
Random forest regression6 分钟 23 秒
-
(已锁定)
Solution: Random forest regression1 分钟 34 秒
-
(已锁定)
Evaluation of predictive models3 分钟 18 秒
-
(已锁定)
Hyperparameter optimization4 分钟 45 秒
-
(已锁定)
Solution: Hyperparameter optimization2 分钟 36 秒
-
(已锁定)
-