You are building a system to detect if computers in a data center are malfunctioning. You have 10,000 data points of computers functioning well, and 10,000 data points of computers malfunctioning. What type of algorithm should you use?
Select one:
- Anomaly detection
- Supervised learning
- Correct
You have a sufficient number of anomalous examples to build a supervised learning model.