io
check_input_paths(dir_experiment, fn_dataset, fn_typed, fn_experiments, fn_synthetic_datasets, fn_evaluations)
Sets up the input and output paths for the model files.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
dir_experiment |
str
|
The path to the experiment directory. |
required |
fn_dataset |
str
|
The base name of the dataset. |
required |
fn_experiments |
str
|
The filename of the collection of experiments. |
required |
fn_synthetic_datasets |
str
|
The filename of the collection of synthetic datasets. |
required |
fn_evaluations |
str
|
The filename of the collection of evaluations. |
required |
Returns:
Type | Description |
---|---|
str
|
The paths |