How to add signature to model logged through feature store?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 07:51 AM
It seems that the current method log_model from the FeatureStoreClient class lacks a way to pass in the model signature (as opposed as doing it through mlflow directly). Is there a workaround to append this information? Thanks!
- Labels:
-
Feature Store
-
Metadata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 03:25 AM
How to add signature to model logged through feature store? It seems that the current method log_model from the FeatureStoreClient class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 02:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 09:09 AM
Hi Amir,
thanks for the reply. However, the issue arises when logging the model through the FeatureStoreClient class' method "log_model" (as seen in page 6 here https://docs.gcp.databricks.com/_static/documents/feature-store-python-api-reference-0-3-6.pdf), let me know if that helps!

