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