noctis.data_transformation.preprocessing.utilities.dict_to_list

noctis.data_transformation.preprocessing.utilities.dict_to_list(d: dict[str, list]) list[source]

Convert a dictionary of lists into a single list.

Args:

d (dict[str, list]): Dictionary of lists to convert.

Returns:

list: Flattened list containing all values from the dictionary.