Hi Everyone.
I have a couple of questions about the feature store log model and score batch.
- After you log a model with the feature store then use fs.score_batch is it possible to pass the env_manager to predict with the same env as training as described in the warning created? See attached screenshot that was taken from the 2022 “Enable Production ML with Databricks Feature Store” video by Databricks. From my understanding you cannot load a feature store model using mlflow that does accept env_manager.
- If it is possible to pass env_manager to address this warning, would a coda env parameter have to be passed to fs.log_model?
- Does anyone have an example of doing the above?
- Is there any docs on fs.score_batch or log model. I assume fs.log_model is basically the same as mlflow’s log model
#feature_store #score_batch #env_manager
Screenshot Source: https://www.youtube.com/watch?v=ia5ZxFDPPzo min 24:37