We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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):
1. Parameters:
dataset_name (string) - Checks whether files exists on HDD
dataset_name
file_type (string - flag) - Acceptable values are ML Model or Prediction. Depending on the input the path is appended to dataset_name
file_type
2. Returns: unpickled file if exists, False otherwise
False