foxes.output.output.Output¶
- class foxes.output.output.Output[source]¶
Bases:
object
Base class for foxes output.
The job of this class is to provide handy helper functions.
- __init__()¶
Methods
__init__
()new
(model_type, **kwargs)Run-time output model factory.
Prints all model names.
write
(file_path, data[, format_col2var, ...])Writes data to file via pandas.
- classmethod new(model_type, **kwargs)[source]¶
Run-time output model factory.
- Parameters:
model_type (string) – The selected derived class name