
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._