
ML Workshop | Day-2
Quiz by Khemraj Shrestha
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is the purpose of removing duplicate values in a dataset?
What is the main purpose of handling outliers in data?
Which operation is used to combine two or more datasets?
What is the primary purpose of filtering data?
How do you fill missing values in a Pandas DataFrame with the mean of the column?
Which statistic is used to measure the central tendency of a dataset?
What is the mode of a dataset?
What is the purpose of normalization in feature engineering?
What is the difference between normalization and standardization?
How do you encode categorical variables into numerical values (One Hot) using pandas?
What is the purpose of feature encoding in machine learning?
What type of plot is commonly used to visualize the distribution of a single variable?
What’s the best way to handle missing values in a dataset?