fetch_all_verbose

pyrcs.utils.fetch_all_verbose(data_dir, verbose)

Create a new parameter that indicates whether to print relevant information in console (used only when trying to fetch all data of a cluster).

Parameters
  • data_dir (str or None) – name of a folder where the pickle file is to be saved

  • verbose (bool or int) – whether to print relevant information in console

Returns

whether to print relevant information in console when collecting data

Return type

bool or int

Example:

>>> from pyrcs.utils import fetch_all_verbose

>>> fetch_all_verbose(data_dir="data", verbose=True)
False