List of questions
Related questions
Question 136 - Professional Machine Learning Engineer discussion
You work for a retailer that sells clothes to customers around the world. You have been tasked with ensuring that ML models are built in a secure manner. Specifically, you need to protect sensitive customer data that might be used in the models. You have identified four fields containing sensitive data that are being used by your data science team: AGE, IS_EXISTING_CUSTOMER, LATITUDE_LONGITUDE, and SHIRT_SIZE. What should you do with the data before it is made available to the data science team for training purposes?
A.
Tokenize all of the fields using hashed dummy values to replace the real values.
B.
Use principal component analysis (PCA) to reduce the four sensitive fields to one PCA vector.
C.
Coarsen the data by putting AGE into quantiles and rounding LATITUDE_LONGTTUDE into single precision. The other two fields are already as coarse as possible.
D.
Remove all sensitive data fields, and ask the data science team to build their models using non-sensitive data.
Your answer:
0 comments
Sorted by
Leave a comment first