helikite.processing.preprocess

Attributes

logger

Functions

get_columns_from_dtype(instrument)

Gets the column names from the instrument config

read_yaml_config(file_path)

preprocess([input_folder, config_file])

print_preprocess_stats(yaml_config)

export_yaml_config(yaml_config, out_location)

generate_config(→ None)

Write out the configuration file

Module Contents

helikite.processing.preprocess.logger
helikite.processing.preprocess.get_columns_from_dtype(instrument: helikite.instruments.base.Instrument)

Gets the column names from the instrument config

helikite.processing.preprocess.read_yaml_config(file_path)
helikite.processing.preprocess.preprocess(input_folder=constants.INPUTS_FOLDER, config_file=constants.CONFIG_FILE)
helikite.processing.preprocess.print_preprocess_stats(yaml_config)
helikite.processing.preprocess.export_yaml_config(yaml_config, out_location)
helikite.processing.preprocess.generate_config(overwrite=False, input_folder=constants.INPUTS_FOLDER, config_file=constants.CONFIG_FILE) None

Write out the configuration file

If overwrite is True, the configuration file in the path argument is overwritten