-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pandas hdf5 file can not be read. #37
Comments
Pandas hdf5 needs to be stored using |
should this be the default maybe? any disadvantages? |
From the docs:
|
So? Do we keep supporting pandas HDF or not? |
So I think that maybe we shouldn't. We have a definition of how the hdf5 files should look for our event representation. No need to support pandas hdf5 in my opinion.. |
I tend to agree |
We decided to not support this anymore |
When calling
then trying to train a model on that new file using
yields
So are pandas hdfs still supported or not?
And do we event want to support these?
The text was updated successfully, but these errors were encountered: