You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interface fondant provides for the implementation of a component is currently always a dataframe, either Dask or Pandas. For some use cases, a dataframe is not the easiest datastructure to work with though.
We should look into which other interfaces would be useful. These can be either other frameworks (eg. Huggingface datasets), or other Dask datastructures (delayed, bag, ...).
The text was updated successfully, but these errors were encountered:
The interface fondant provides for the implementation of a component is currently always a dataframe, either
Dask
orPandas
. For some use cases, a dataframe is not the easiest datastructure to work with though.We should look into which other interfaces would be useful. These can be either other frameworks (eg. Huggingface datasets), or other Dask datastructures (delayed, bag, ...).
The text was updated successfully, but these errors were encountered: