Which Python library is commonly used for data mining and machine learning…
2025
Which Python library is commonly used for data mining and machine learning tasks?
- A.
TensorFlow
- B.
NumPy
- C.
Pandas
- D.
Scikit-learn
- E.
Matplotlib
Attempted by 62 students.
Show answer & explanation
Correct answer: D
Correct answer: Scikit-learn.
Scikit-learn is a widely used Python library for classic machine learning and data-mining workflows such as classification, regression, clustering, preprocessing, and model evaluation.
The other libraries are useful, but they are more specialized for numerical arrays, data frames, plotting, or deep-learning workflows.
Loading lesson…