Which of the following methods can be used to rebalance a dataset using the rebalance design pattern?
Which of the following approaches is best if a limited portion of your training data is labeled?
Which of the following models are text vectorization methods? (Select two.)
The following confusion matrix is produced when a classifier is used to predict labels on a test dataset. How precise is the classifier?

Which of the following are true about the transform-design pattern for a machine learning pipeline? (Select three.)
It aims to separate inputs from features.
Which of the following can take a question in natural language and return a precise answer to the question?
Which of the following scenarios is an example of entanglement in ML pipelines?
Which three security measures could be applied in different ML workflow stages to defend them against malicious activities? (Select three.)
You are building a prediction model to develop a tool that can diagnose a particular disease so that individuals with the disease can receive treatment. The treatment is cheap and has no side effects. Patients with the disease who don't receive treatment have a high risk of mortality.
It is of primary importance that your diagnostic tool has which of the following?
Which two encodes can be used to transform categories data into numerical features? (Select two.)