fetch_all_verbose

pyrcs.utils.fetch_all_verbose(data_dir, verbose)[source]

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 | None) – name of a folder where the pickle file is to be saved

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

Returns:

whether to print relevant information in console when collecting data

Return type:

bool | int

Example:

>>> from pyrcs.utils import fetch_all_verbose

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