cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Does databricks feature store support unstructured data ? images for example

anu_sh
New Contributor II
2 REPLIES 2

Hubert-Dudek
Esteemed Contributor III

Yes it does. It is based on spark dataframes (data lake) so you can always load images to dataframe:

df = spark.read.format("image").option("dropInvalid", True).load("data/mllib/images/origin/kittens")

-werners-
Esteemed Contributor III

Here are the supported data types for the Feature Store:

https://docs.databricks.com/applications/machine-learning/feature-store/feature-tables.html#supporte...

As you can see, image is not between them, but you could use BinaryType.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now