Which of the following are best practices for data quality management?
Which of the following are categories of data quality tools?
Which of the following is not a Data Quality attribute?
What are the features of low data quality?
Which of the following refers to the Orderliness of data?
Which of the following machine learning models have labels, or in other words, the correct answers to whatever it is that we want to learn to predict?
Which statement is true?
What is a type of Supervised machine learning model?
Which model would you use if your problem required a discrete number of values or classes?
When the data isn’t labelled, what is an alternative way of predicting the output?
Which of the following is not true about Exploratory Data Analysis?
What are the objectives of exploratory data analysis?
Exploratory Data Analysis is majorly performed using the following methods:
Which of the following is not a component of Exploratory Data Analysis?
Which is the correct sequence of steps in data analysis and data visualisation of Exploratory Data Analysis?
To predict the continuous value of our label, which of the following algorithm is used?
We can minimize the error between our predicted continuous value and the label’s continuous value using which model?
What is the most essential metric a regression model uses?
If we want to minimize the error or misclassification between our predicted class and the labels class, which of the following models can be used?
Let’s say we want to predict the gestation weeks of a baby, what kind of machine learning model can be used?
Fill in the blanks. In the video, we presented a linear equation. This hypothesis equation is applied to every _________ of our dataset, where the weight values are fixed, and the feature values are from each associated column, and our machine learning data set.
True or False: Classification is the problem of predicting a discrete class label output for an example, while regression is the problem of predicting a continuous quantity output for an example.
False.
True.
True
Which of the following statements is true?
Fill in the blanks. Fundamentally, classification is about predicting a _______ and regression is about predicting a __________.