1. Which of the following utility of Pandas can be used to read from Oracle database?
View Answer
read_sql
2. What do the methods starting with fetch, of sklearn.datasets module do?
View Answer
It downloads a specific dataset from a library.
3. Which of the following function is used for loading famous iris dataset from sklearn.datasets?
View Answer
load_iris()
4. Which of the following Python library is used for Machine Learning?
View Answer
Scikit-Learn
5. Which of the following module of sklearn contains popular datasets, which are processed?
View Answer
datasets