Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
21 lines (15 loc) · 597 Bytes

File metadata and controls

21 lines (15 loc) · 597 Bytes
Copy raw file
Download raw file
Edit and raw actions

What are the different fields of study in data mining?

I would roughly define the different application areas as

  1. Clustering (unsupervised learning) e.g., to find groups of customers based on some similarity

  2. Predictive modeling (supervised learning) 2.1) Classification e.g., medical diagnosis (sick/healthy), image classification etc. 2.2) Regression e.g., stock trade change prediction 2.3) Ranking e.g., search engine results

  3. Association rule mining e.g., which products do customers frequently buy together

  4. Anomaly detection e.g., credit fraud detection

Morty Proxy This is a proxified and sanitized view of the page, visit original site.