The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Error writing hdf5 file
Hi, Please could someone explain why I receive an error writing an xls file into a hdf5 file. Is there another way to create hdf5 files in RM or external.
Thanks
Sven
The file is located here https://github.com/animra/Breast-Cancer-Detection-Using-Data-mining-Techniques-RapidMiner-Tool/blob/main/Breast%20Cancer%20Dataset.xlsx
Thanks
Sven
The file is located here https://github.com/animra/Breast-Cancer-Detection-Using-Data-mining-Techniques-RapidMiner-Tool/blob/main/Breast%20Cancer%20Dataset.xlsx
0
Best Answer
-
jwpfau Employee-RapidMiner, Member Posts: 303 RM EngineeringHi Sven,
The Write HDF5 operator requires a full file path, i.e. "/Users/username/Desktop/breast cancer.hdf5"
You can use the Folder symbol on the right side of the hdf5 file parameter to select the target folder.
But since Version 9.7 the regular Store operator also writes in the hdf5 file format inside of your RapidMiner repositories.
Greetings,
Jonas2
Answers
you have to append ?raw=true to the url to receive the actual binary from github.
Greetings,
Jonas
In my original approach I downloaded the excel file and imported it in RM, next I used the write HDF5 which generated in an error message (see second attachment).
Thanks for any feedback
Sven