QuestionQ163
Validation TestingA machine learning engineer is building a recommendation system for online content. They use Databricks Feature Store to store features for training and inference.
Which unit test should they create?
- A Test that Pandas DataFrame operations work as expected
- B Test feature transformation functions
- C Test MLflow Model Registry operations
- D Test Feature Store lookup during inference
Community Discussion