InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used for machine learning in python?(a) scikit-learn(b) seaborn-learn(c) stats-learn(d) none of the mentionedI got this question during an internship interview.My doubt is from Pandas in section Data Analysis with Python of Data Science |
|
Answer» RIGHT option is (a) scikit-learn Easy EXPLANATION - scikit-learn is built on NumPy, SCIPY, and MATPLOTLIB. |
|