idutils
idutils ¶
Module for generating id's
Functions¶
base_10_to_n ¶
Convert 'number' to given base with character list Args: number: Specify the number to be converted base_chars: characters to convert to Returns: The base-n representation of a given number
Source code in niceml/utilities/idutils.py
generate_short_id ¶
Generates an alphanumeric hashed version of an experiments run_id
Source code in niceml/utilities/idutils.py
id_from_id_list ¶
Returns a single id from a list of id's