elicit.helpers module#
- elicit.helpers.save_as_pkl(variable, path_to_file)[source]#
Helper functions to save a file as pickle.
- Parameters:
- variableany
file that needs to be saved.
- path_to_filestr
path indicating the file location.
- Returns:
- None.
Helper functions to save a file as pickle.
file that needs to be saved.
path indicating the file location.