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 no data from computers malfunctioning. What type of algorithm should you use?
select one:
- Anomaly detection
- Supervised learning
- Correct
Creating an anomaly detection model does not require labeled data.