Sorry For Inconvenience, Site is Under Maintenance. Please Goto HomePage

Structured Data Classification Fresco Play MCQs Answers

Structured Data Classification Fresco Play MCQs Answers
Notes Bureau

Structured Data Classification Fresco Play MCQs Answers

Disclaimer: The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website is for knowledge and education purposes only.


Try to understand these solutions and solve your Hands-On problems. (Not encourage copy and paste these solutions)

Structured Data Classification Fresco Play MCQs Answers


Course Path: Data Science/MACHINE LEARNING METHODS/Structured Data Classification

All Question of the Quiz Present Below for Ease Use Ctrl + F to find the Question.

Suggestion: If you didn't find the question, Search by options to get a more accurate result.


Classification quiz


1.Identify the structured data from the following.

  1. Data from mySQL DB and Excel
  2. Data from mySQL DB
  3. Video clip
  4. Excel data
  5. Image

Answer: 1)Data from mySQL DB and Excel


Quiz : Classification Type


1.What kind of classification is our case study 'Churn Analysis'?

  1. Binary
  2. Multi label
  3. Multi class

Answer: 1)Binary


Quiz : Unique Command


1.Which command is used to identify the unique values of a column?

  1. unique()
  2. distinct()
  3. value_counts()
  4. shape

Answer: 1)unique()

Quiz: Preprocessing


1.Which preprocessing technique is used to make the data Gaussian with zero mean and unit variance?

  1. Normalization
  2. Standardization
  3. Binarization

Answer: 2)Standardization


Quiz on Performance Evaluation Measures


1.The cross-validation technique is used to evaluate a classifier by dividing the data set into a training set to train the classifier and a testing set to test the same classifier model.

  1. False
  2. True

Answer: 2)True

2.True Negative is when the predicted instance and the actual instance are positive.

  1. False
  2. True

Answer: 1)False

3.True Positive is when the predicted instance and the actual instance are positive.

  1. False
  2. True

Answer: 2)True


Quiz-Final Assessment


1.What are the advantages of Naive Bayes?

  1. It will converge quicker than the discriminative models like logistic regression
  2. It requires less training data
  3. Both the options
  4. None of the options

Answer: 3)Both the options

2.The commonly used package for machine learning in Python is _________

  1. sklearn
  2. pillow
  3. jango
  4. bottle

Answer: 1)sklearn

3.The following are techniques to process missing values, except _______

  1. One hot encoding
  2. None of the options
  3. Dropping missing variables
  4. Imputing

Answer: 3)Dropping missing variables

4.Choose the correct sequence from the following.

  1. PreProcessing -> Model Building -> Predict
  2. Preprocessing -> Predict -> Train
  3. Data Analysis -> Preprocessing -> Model Building -> Predict
  4. Data Analysis -> Preprocessing -> Predict -> Train

Answer: 3)Data Analysis -> Preprocessing -> Model Building -> Predict

5.High classification accuracy always indicates a good classifier.

  1. False
  2. True

Answer: 1)False

6.Ensemble learning is used when you build component classifiers that are more accurate and independent of each other.

  1. False
  2. True

Answer: 2)True

7.A technique used to depict the performance in a tabular form that has 2 dimensions namely actual and predicted sets of data is ________

  1. Classification Accuracy
  2. Cross Validation
  3. Classification Report
  4. Confusion Matrix

Answer: 4)Confusion Matrix

8.Email spam detection is an example of ________

  1. Supervised classification
  2. Unsupervised classification

Answer: 2)Supervised classification

9.Ordinal variables have __________

  1. A clear logical order
  2. No logical order

Answer: 1)A clear logical order

10.Naive Bayes Algorithm is useful for ____________

  1. None of the options
  2. Slow scanning
  3. In-depth analysis
  4. Fast to classify

Answer: 4)Fast to classify

11.Imputing is a strategy to handle ____________

  1. Standardization
  2. Class Imbalance
  3. Missing Values

Answer: 3)Missing Values

12.A process used to identify unusual data points is _________

  1. Over Fitting
  2. Anomaly Detection
  3. Under fitting

Answer: 2)Anomaly Detection

13.Pruning is a technique associated with _________

  1. SVM
  2. Logistic regression
  3. Decision tree
  4. Linear regression

Answer: 2)Decision tree

14.What is the number of categorical attributes in the original dataset?

Download the dataset from https://gist.githubusercontent.com/curran/a08a1080b88344b0c8a7/raw/d546eaee765268bf2f487608c537c05e22e4b221/iris.csv to answer the question.

  1. 2
  2. 0
  3. 1
  4. 3

Answer: 3)1

15.How many classes will the following command return, while printing the length of classes?

(target classes in the dataset) : classes=list(iris['species'].unique())

Download the dataset from https://gist.githubusercontent.com/curran/a08a1080b88344b0c8a7/raw/d546eaee765268bf2f487608c537c05e22e4b221/iris.csv to answer the question.

  1. 3
  2. 4
  3. 1
  4. 2

Answer: 1)3

16.The fit(X, y) is used to _________

  1. Initialize the classifier
  2. Train the classifier
  3. Evaluate the classifier
  4. Test the classifier

Answer: 2)Train the classifier

17.How many new columns does the following command will return while printing the shape of the below data frame?

iris_series = pd.get_dummies(iris['Species'])

Download the dataset from https://gist.githubusercontent.com/curran/a08a1080b88344b0c8a7/raw/d546eaee765268bf2f487608c537c05e22e4b221/iris.csv to answer the question.

  1. 3
  2. 2
  3. 4
  4. 1

Answer: 1)3

18.Which classifier converges easily with less training data?

  1. Random Forest Classifier
  2. SVM Classifier
  3. Decision Tree Classifier
  4. Naive Bayes Classifier

Answer: 4)Naive Bayes Classifier

19.Let's assume you are solving a classification problem with a highly imbalanced class. The majority class is observed 99% of the time in the training data.

Which of the following is true when your model has 99% accuracy after taking the predictions on test data?

  1. For imbalanced class problems, the accuracy metric is a good idea.
  2. For imbalanced class problems, the accuracy metric is not a good idea.
  3. For imbalanced class problems, precision and recall metrics are not good.

Answer: 2)For imbalanced class problems, the accuracy metric is not a good idea.

20.To view the first 3 rows of the dataset, which of the following commands is used?

Download the dataset from https://gist.githubusercontent.com/curran/a08a1080b88344b0c8a7/raw/d546eaee765268bf2f487608c537c05e22e4b221/iris.csv to answer the question.

  1. iris.get(3)
  2. iris.top(3)
  3. iris.head(3)
  4. iris.select(3)

Answer: 3)iris.head(3)

2 comments

  1. This has a hands on man
    1. yes bro its hands-on also available you can check here

      https://www.notesbureau.com/2021/10/structured-data-classification-fresco_12.html
Any comments and suggestion will be appreciated.
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.

Join Telegram Channel

Join Notes Bureau Lets Teach and Learn

Join Telegram Channel
CLOSE ADS
CLOSE ADS