Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. 1. Define the likelihood that an individual will contract a specific disease
  2. Supervised learning. The outcome is defined as the binary classification of testing positive or negative for the specific disease.
  3.  
  4. 2. Translate a set of images into variables for modeling
  5. Unsupervised learning. The type and number of variables in the set is not know in advance, so an unsupervised learning algorithm is needed to tease out useful features.
  6.  
  7. 3. An ecommerce company wants to identify power users
  8. Supervised learning. 'Power users' will have a certain set of defined attributes, such as time & dollars spent on the site.
  9.  
  10. 4. That same company wants to see shopping patterns in users
  11. Unsupervised learning is useful for identifying patterns.
  12.  
  13. 5. You want to reduce the number of variables inputting into your random forest model
  14. Unsupervised learning. This requires exploring the data to discover relationships among the variables, such as interfeature correlations.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement