Why is machine learning important in analytics?
ML enables systems to learn from data and make predictions or decisions without being explicitly programmed.
What is the core idea of machine learning?
Using data to train models that can identify patterns, make predictions, or classify information.
Name two types of machine learning.
Supervised learning, unsupervised learning
In ______ learning, the model is trained on labeled data with known outcomes.
Supervised
In ______ learning, the model identifies patterns in data without labeled outcomes.
Unsupervised
Give an example of supervised learning.
Examples: Predicting sales, classifying emails as spam/not spam.
Give an example of unsupervised learning.
Examples: Customer segmentation, anomaly detection.
Which of these is NOT a common ML task?
A) Classification
B) Regression
C) Clustering
D) Manually counting rows
D) Manually counting rows
What is a feature in machine learning?
A measurable variable used as input to train a model.
What is a model in machine learning?
A mathematical or algorithmic representation that maps input data (features) to predictions or outputs.
Name one common tool or platform for machine learning.
Examples: Python (scikit-learn, TensorFlow, PyTorch), R, RapidMiner.
What is one limitation of machine learning for beginners?
Requires quality data, careful feature selection, understanding of outputs, and potential bias in predictions.