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
Possibility of whether Frames could implement IDataView interface could be checked. This would open the door to directly injecting Frames into e.g. all sorts of machine learning algorithms implemented in ML.NET. Currently, if one wants to use both Deedle (for data preparation) and ML.NET, a transformation step is needed.
Additionally, maybe this could also be a solution for #343? Allowing for reading and writing feather/parquet would be a great addition, as they are generally faster than text based formats and also provide more type safety.
Not sure though, whether IDataView requires some amount of mutability and how this would work with Deedle Frames.
The text was updated successfully, but these errors were encountered:
Possibility of whether Frames could implement IDataView interface could be checked. This would open the door to directly injecting Frames into e.g. all sorts of machine learning algorithms implemented in ML.NET. Currently, if one wants to use both Deedle (for data preparation) and ML.NET, a transformation step is needed.
Additionally, maybe this could also be a solution for #343? Allowing for reading and writing feather/parquet would be a great addition, as they are generally faster than text based formats and also provide more type safety.
Not sure though, whether IDataView requires some amount of mutability and how this would work with Deedle Frames.
The text was updated successfully, but these errors were encountered: