.. SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute .. .. SPDX-License-Identifier: GPL-3.0-or-later .. _sleepless.usage.experiment: ========== Experiment ========== The experiment script will run in series the :ref:`train `, :ref:`predict `, :ref:`analyze ` To run an experiment, use the sub-command :ref:`experiment `: .. code:: sh sleepless experiment -vv -o Replace ```` and ```` by the appropriate :ref:`configuration files `. ```` an output folder also need to be defined to store, the trained model, the predictions and the analysis tables and plots. Examples ======== To run an experiment (training, prediction and evaluation) on the cross-dataset protocol EDF-MASSA with the Chambon CNN model with no scheduler: .. code:: sh sleepless experiment -vv edf-massa rf-gs-mne chambon-noscheduler -o .. include:: ../links.rst