Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can the Feature Store be utilized to select specific features for model training?
A
Use fs.create_feature_table() with selected features.
fs.create_feature_table()
B
Use fs.create_training_set() without specifying features.
fs.create_training_set()
C
Use fs.feature_lookup() with specified features.
fs.feature_lookup()
D
Use fs.select_features() to choose features.
fs.select_features()
E
Use fs.create_model() with feature parameters.
fs.create_model()