From 1044611454595c79828e6ee7bf520ec3a0982fed Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Wed, 7 Apr 2021 10:50:33 +0200 Subject: [PATCH] try another table format --- docs/_source/defaults.rst | 43 ++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/docs/_source/defaults.rst b/docs/_source/defaults.rst index 3a25ae61..89a113f1 100644 --- a/docs/_source/defaults.rst +++ b/docs/_source/defaults.rst @@ -21,11 +21,11 @@ debug ``-`` MLAir checks if it is dimensions end :py:`"2017-12-31"` epochs :py:`20` This is just a placeholder to prevent unintended longish training -evaluate_bootstraps :py:`True` Bootstrapping can take some time. +evaluate_bootstraps :py:`True` Bootstrapping can take some time. experiment_name experiment_path extreme_values :py:`None` -extremes_on_right_tail_only :py:`False` Could be used for skew distributions +extremes_on_right_tail_only :py:`False` Could be used for skew distributions forecast_path fraction_of_training hostname @@ -55,11 +55,11 @@ train_model train_end train_min_length train_start -transformation :py:`{}` implement all further transformation functionality - inside your custom data handler +transformation :py:`{}` implement all further transformation functionality + inside your custom data handler use_all_stations_on_all_data_sets -use_multiprocessing :py:`True` is used if MLAir is not running in debug mode -use_multiprocessing_on_debug :py:`False` is used if MLAir is running in debug mode +use_multiprocessing :py:`True` is used if MLAir is not running in debug mode +use_multiprocessing_on_debug :py:`False` is used if MLAir is running in debug mode upsampling val_end val_min_length @@ -67,22 +67,23 @@ val_start variables window_history_size :py:`13` window_lead_time :py:`3` -================================= ==================== ============================================================ - +================================= ======================== ============================================================ -Test Table +.. list-table:: Title + :widths: 25 25 50 + :header-rows: 1 -+---------+---------+---------+ -| parameter | default | comment | -+---------+---------+---------+ -| batch_path | | -| batch_size | :py:`512` | | -| bootstrap_path | | -| competitor_path | | -| debug | ``-`` | MLAir checks if it is running in debug mode and stores this | -| dimensions | | -| end | :py:`"2017-12-31"` | | -| epochs | :py:`20` | This is just a placeholder to prevent unintended longish training | -+---------+---------+---------+ \ No newline at end of file + * - parameter + - default + - comment + * - batch_path + - + - + * - batch_size + - :py:`512` + - + * - debug + - ``-`` + - MLAir checks if it is running in debug mode and stores this -- GitLab