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.

Connect with Databricks Users in Your Area

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