MS-DS Master of Data science Cheat Sheet 2026
The 30 highest-yield MS-DS Master of Data science facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
60 questions
60 min time limit
70% to pass
- What is the primary risk of using a dual-axis chart? → It can mislead viewers by implying a correlation between unrelated variables
- In Gaussian Mixture Models (GMM), what algorithm is typically used to estimate the model parameters? → Expectation-Maximization (EM)
- In a Gaussian Mixture Model (GMM), what algorithm is typically used to estimate the model parameters? → Expectation-Maximization (EM)
- A researcher notices that their linear regression model has residuals that fan out as predicted values increase. What assumption is being violated? → Homoscedasticity
- What is the main advantage of AdaBoost over a single decision tree? → It sequentially focuses on misclassified samples to improve overall accuracy
- When making predictions, trees examine each set of data's . → homogeneity
- Which visualization is most appropriate for examining the relationship between two continuous variables in exploratory data analysis? → Scatter plot
- Which technique helps address class imbalance in a binary classification dataset? → SMOTE (Synthetic Minority Over-sampling Technique)
- When applying a pipeline in scikit-learn, why should you fit the preprocessor only on training data and then transform both training and test data? → To prevent data leakage from the test set into the model
- What is the primary purpose of cross-validation in machine learning model development? → To estimate how well the model generalizes to unseen data
- What is the key assumption of the Naive Bayes classifier? → All features are conditionally independent given the class label
- Identify the error in the statement. → Adding squared terms makes it twice continuously differentiable at the knot points
- In feature engineering, what is the purpose of creating interaction terms between two variables? → To capture the combined effect of two features that may not be represented by either alone
- In a convolutional neural network (CNN), what is the primary purpose of a pooling layer? → Reduce spatial dimensions and computation
- Which of the following statements about random forest is accurate? → Random forest are difficult to interpret but often very accurate
- Which of the subsequent functions can be used to maximize the minimal differences? → sumDiss
- Which sampling method should a data science researcher use to ensure that subgroups in a population are proportionally represented in the sample? → Stratified random sampling
- In sentiment analysis, what challenge does sarcasm detection present for standard classifiers? → The literal meaning of words contradicts the intended sentiment
- In logistic regression, what does the odds ratio represent when an independent variable increases by one unit? → The multiplicative change in the odds of the outcome
- Which of the following information is entered into a formula to provide findings that are widely accepted? → Processed
- What does 'feature interaction' refer to in the context of feature engineering? → Creating new features by combining two or more existing features
- What is the role of the attention mechanism in transformer-based deep learning models? → Allow the model to weigh the relevance of each input token when producing an output
- What technique is used in recurrent neural networks (RNNs) to address exploding gradients during backpropagation through time? → Gradient clipping
- The term "_______ deviation" refers to the square root of variance. → standard
- In gradient boosting, what does each subsequent tree attempt to predict? → The residual errors of the previous model
- Which of the following methods falls under the category of applied machine learning? → Boosting
- What does the area under the Precision-Recall curve (AUPRC) measure that AUROC may fail to capture? → Model performance on the minority class in imbalanced settings
- What does a bimodal distribution suggest about the underlying data? → The data likely contains two distinct subgroups
- In Bayesian inference, what does the posterior distribution represent? → The updated belief about a parameter after observing data
- What does a high variance and low bias in a model's predictions typically indicate? → The model is overfitting the training data
Turn these facts into recall: