โ11-30-2021 04:18 PM
โ12-01-2021 03:13 AM
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")
โ12-01-2021 03:49 AM
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.
never-displayed
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!