I have a model with HDF5 extension which I got from a random Forest algorithm, now I wanna load it by "load_model_hdf5" but I got this error:
Error: OSError: Unable to open file (file signature not found)
Is there any way to load it?
thanks in advance