autointent.configs.DataConfig#

class autointent.configs.DataConfig#

Configuration for the data used in the optimization process.

train_path: str | pathlib.Path = '???'#

Path to the training data

test_path: pathlib.Path | None = None#

Path to the testing data. If None, no testing data will be used

force_multilabel: bool = False#

Force multilabel classification even if the data is multiclass