Multiple Choice
You work for a bank and are building a random forest model for fraud detection. You have a dataset that includes transactions, of which 1% are identified as fraudulent. Which data transformation strategy would likely improve the performance of your classifier?
A) Write your data in TFRecords.
B) Z-normalize all the numeric features.
C) Oversample the fraudulent transaction 10 times.
D) Use one-hot encoding on all categorical features.
Correct Answer:

Verified
Correct Answer:
Verified
Q25: You have been asked to develop an
Q26: You work for a social media company.
Q27: Your team has been tasked with creating
Q28: You need to design a customized deep
Q29: You need to train a computer vision
Q30: You work for an advertising company and
Q31: You have trained a deep neural network
Q32: You are developing models to classify customer
Q34: You have trained a model on a
Q35: You have a functioning end-to-end ML pipeline