sleepless.configs.models_and_models_parameters.chambon2018_baseline.xgboost_chambon#

Config xgboost grid-search.

from ....data.transforms import FeatureExtractorChambon
from ...grid_search.xgboost import grid_search

model = grid_search

model_parameters = {
    "transform": [FeatureExtractorChambon(["Fpz-Cz", "Pz-Oz"])],
    "grid-search": {"seed": 42, "early_stop": True},
}