โ01-04-2022 09:21 PM
We are building the feature store using databricks API. Few of the machine learning engineers are using Jupyter notebooks. Is it possible to use feature store outside databricks?
โ01-11-2022 08:25 PM
Thanks true.
โ01-11-2022 09:46 PM
I see databricks plugin in Visual Studio. Is that of any use? I am interested because if I get the things in Visual Studio I will be able to use GitCopilot there. That's amazing.
โ03-08-2022 10:08 PM
from databricks import feature_store
from databricks.feature_store import FeatureStoreClient,feature_table
we used to use them in databricks notebooks trying to replicate the same in pycharm however it doesn't seem to work . some say u can patch code using below link
Tips and Tricks for using Python with Databricks Connect - DEV Community
what's your suggestion on this and i read your above response it says accessible through jobs what does that mean ... did u mean trigger it through job (adf) and databricks notebook's code run on databricks cluster . How about running a job through IDE .
please explain
โ03-21-2022 10:02 AM
@Kaniz Fatmaโ I have a question regarding accessing feature tables created in databricks via DBFS.
I see that the data has to reside in dbfs to read and run the feature store on top of it. In my environment, dbfs is locked for security reasons. Is there a workaround or another way to write and read access the feature table maybe from an azure blob container?
โ04-25-2022 11:54 AM
Hi @Uc Aโ ,
Just a friendly follow-up. Do you still need help or @Kaniz Fatmaโ 's response help you to find the solution? Please let us know.
โ05-18-2022 08:17 AM
still need help
โ04-28-2022 08:58 AM
Hi @Kaniz Fatmaโ and @Jose Gonzalezโ ,
turning back to the original question, and considering that one of the main benefits of the Feature Store is the removal of the online/offline skew, how could I access to the features from a client application like a web app for instance, external to Databricks? Is there any way?
Thanks!
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group