Saved Bookmarks
| 1. |
Q:7. Decision tree:1.0 Belongs to a family of unsupervisedlearning algorithms2. Consider all attributes to split at eachnode, starting from the root node3. Create a model that can be used topredict the class or value of the target variableby learning simple decision rules inferred fromtraining data4.All the above |
|
Answer» Answer: CREATE a MODEL that can be used to predict the class or VALUE of the target variable by learning simple DECISION rules inferred from training DATA |
|