-
Notifications
You must be signed in to change notification settings - Fork 5
mleap.shared.FilesIO
ViktorKaz edited this page Nov 29, 2017
·
43 revisions
Main interface class for comunicating with files on HDD. Currently the functionality covers mainly interactions wiht HDF5 database
def check_file_exists(dataset_name, file_type):-
Parameters:
dataset_name(string) - Checks whether files exists on HDDfile_type(string - flag) - Acceptable values are ML Model or Prediction. Depending on the input the path is appended to dataset_name -
Returns: unpickled file if exists,
Falseotherwise