by
NaeemS
• New Contributor III
- 1907 Views
- 0 replies
- 0 kudos
Hi, I am using multiple feature stores in my workflow using feature lookups. In my logged pipeline, I have several stages, including Assembler, Standard Scaler, Indexer and then Model. However, I am facing an issue during inference using the `score b...
- 1907 Views
- 0 replies
- 0 kudos
- 3900 Views
- 5 replies
- 5 kudos
I have a pyfunc model that I can use to get predictions. It takes time series data with context information at each date, and produces a string of predictions. For example:The data is set up like below (temp/pressure/output are different than my inpu...
- 3900 Views
- 5 replies
- 5 kudos
Latest Reply
I have the same question. I've decided to look for alternative Feature Stores as this makes it very difficult to use for time series forecasting.
4 More Replies
by
Northp
• New Contributor II
- 4826 Views
- 2 replies
- 2 kudos
Our small team has just finished the data preparation phase of our project and started data analysis in Databricks. As we go deeper into this field, we're trying to understand the distinctions and appropriate uses for a Feature Store versus a Unity C...
- 4826 Views
- 2 replies
- 2 kudos
Latest Reply
Hi @Northp Good day!1.) A Feature Store is a centralized repository that enables data scientists to find and share features, ensuring that the same code used to compute the feature values is used for model training and inference. It is particularly...
1 More Replies
- 8913 Views
- 3 replies
- 2 kudos
Can Databricks feature tables be stored outside of DBFS?
- 8913 Views
- 3 replies
- 2 kudos
Latest Reply
Yes, Databricks feature tables can be stored outside of Databricks File System (DBFS). You can store your feature tables in external storage systems such as Amazon S3, Azure Blob Storage, Azure Data Lake Storage, or Hadoop Distributed File System (HD...
2 More Replies
- 5700 Views
- 2 replies
- 2 kudos
I've created a dataset that I want to create a feature store table for. I created a database in my dev unity catalog to store the feature tables, but each time I try to create the table I get this error:ValueError: Invalid catalog 'dev' or schema 'fe...
- 5700 Views
- 2 replies
- 2 kudos
Latest Reply
Hello,The error message suggests that there might be an issue with the catalog or schema name you are using when trying to create the feature store table. Here are a few tips to help you troubleshoot this problem:Verify the catalog and schema names: ...
1 More Replies