IO Folder Configuration

These fields specify the folders where wildcat commands should search for input files and save output files. If these fields are relative paths (as is usually the case), then they are interpreted relative to the project folder.

inputs
Type:
str | Path
Default:
r"inputs"

The folder where the preprocess command should search for input datasets, when those datasets are provided as relative paths..

preprocessed
Type:
str | Path
Default:
r"preprocessed

The folder where wildcat should store preprocessed datasets. The preprocess command will save its outputs to this folder, and the assess command will search this folder for preprocessed inputs.

assessment
Type:
str | Path
Default:
r"assessment"

The folder where wildcat should store assessment results. The assess command will save its outputs to this folder, and the export command will export the datasets saved in this folder.

exports
Type:
str | Path
Default:
r"exports"

The folder where the export command should save exported assessment results.