igedi / utils /__init__.py
Andrea Maldonado
Solves utils imports
1e929ee
raw
history blame
228 Bytes
from .param_keys.generator import GENERATOR_PARAMS, EXPERIMENT, CONFIG_SPACE, N_TRIALS
from .param_keys import PIPELINE_STEP, INPUT_PATH, OUTPUT_PATH
def function_name(function: callable):
return str(function).split()[1]