1. Identify the structured data from the following.
View Answer
Data from mySQL DB and Excel
2. What kind of classification is our case study 'Churn Analysis'?
View Answer
Binary
3. Which command is used to identify the unique values of a column?
View Answer
unique()
4. Which preprocessing technique is used to make the data gaussian with zero mean and unit variance?
View Answer
Standardisation
5. Cross-validation technique is used to evaluate a classifier by dividing the data set into training set to train the classifier and testing set to test the same.
View Answer
True