diff --git a/docs/guides/frameworks/xgboost/xgboost_metrics.md b/docs/guides/frameworks/xgboost/xgboost_metrics.md index 93886191..384398e2 100644 --- a/docs/guides/frameworks/xgboost/xgboost_metrics.md +++ b/docs/guides/frameworks/xgboost/xgboost_metrics.md @@ -13,7 +13,8 @@ the `examples` project. ClearML automatically captures scalars logged with XGBoost, which can be visualized in plots in the ClearML WebApp, in the task's **SCALARS** tab. -![Scalars](../../../img/examples_xgboost_metric_scalars.png) +![Scalars](../../../img/examples_xgboost_metric_scalars.png#light-mode-only) +![Scalars](../../../img/examples_xgboost_metric_scalars_dark.png#dark-mode-only) ## Models @@ -21,14 +22,17 @@ ClearML automatically captures the model logged using the `xgboost.save` method, View saved snapshots in the task's **ARTIFACTS** tab. -![Artifacts tab](../../../img/examples_xgboost_metric_artifacts.png) +![Artifacts tab](../../../img/examples_xgboost_metric_artifacts.png#light-mode-only) +![Artifacts tab](../../../img/examples_xgboost_metric_artifacts_dark.png#dark-mode-only) To view the model details, click the model name in the **ARTIFACTS** page, which will open the model's info tab. Alternatively, download the model. -![Model info panel](../../../img/examples_xgboost_metric_model.png) +![Model info panel](../../../img/examples_xgboost_metric_model.png#light-mode-only) +![Model info panel](../../../img/examples_xgboost_metric_model_dark.png#dark-mode-only) ## Console All console output during the script's execution appears in the task's **CONSOLE** page. -![Console output](../../../img/examples_xgboost_metric_console.png) \ No newline at end of file +![Console output](../../../img/examples_xgboost_metric_console.png#light-mode-only) +![Console output](../../../img/examples_xgboost_metric_console_dark.png#dark-mode-only) \ No newline at end of file diff --git a/docs/guides/frameworks/xgboost/xgboost_sample.md b/docs/guides/frameworks/xgboost/xgboost_sample.md index cc861cca..3d0f349d 100644 --- a/docs/guides/frameworks/xgboost/xgboost_sample.md +++ b/docs/guides/frameworks/xgboost/xgboost_sample.md @@ -18,25 +18,30 @@ classification dataset using XGBoost The feature importance plot and tree plot appear in the task's page in the **ClearML web UI**, under **PLOTS**. -![Feature importance plot](../../../img/examples_xgboost_sample_06.png) +![Feature importance plot](../../../img/examples_xgboost_sample_06.png#light-mode-only) +![Feature importance plot](../../../img/examples_xgboost_sample_06_dark.png#dark-mode-only) -![Tree plot](../../../img/examples_xgboost_sample_06a.png) +![Tree plot](../../../img/examples_xgboost_sample_06a.png#light-mode-only) +![Tree plot](../../../img/examples_xgboost_sample_06a_dark.png#dark-mode-only) ## Console All other console output appear in **CONSOLE**. -![image](../../../img/examples_xgboost_sample_05.png) +![Console log](../../../img/examples_xgboost_sample_05.png#light-mode-only) +![Console log](../../../img/examples_xgboost_sample_05_dark.png#dark-mode-only) ## Artifacts Models created by the task appear in the task's **ARTIFACTS** tab. ClearML automatically logs and tracks models and any snapshots created using XGBoost. -![image](../../../img/examples_xgboost_sample_10.png) +![Artifacts](../../../img/examples_xgboost_sample_10.png#light-mode-only) +![Artifacts](../../../img/examples_xgboost_sample_10_dark.png#dark-mode-only) Clicking on the model's name takes you to the [model's page](../../../webapp/webapp_model_viewing.md), where you can view the model's details and access the model. -![image](../../../img/examples_xgboost_sample_03.png) \ No newline at end of file +![Model details](../../../img/examples_xgboost_sample_03.png#light-mode-only) +![Model details](../../../img/examples_xgboost_sample_03_dark.png#dark-mode-only) \ No newline at end of file diff --git a/docs/img/examples_xgboost_metric_artifacts.png b/docs/img/examples_xgboost_metric_artifacts.png index 1eb6169b..5b002da8 100644 Binary files a/docs/img/examples_xgboost_metric_artifacts.png and b/docs/img/examples_xgboost_metric_artifacts.png differ diff --git a/docs/img/examples_xgboost_metric_artifacts_dark.png b/docs/img/examples_xgboost_metric_artifacts_dark.png new file mode 100644 index 00000000..be755564 Binary files /dev/null and b/docs/img/examples_xgboost_metric_artifacts_dark.png differ diff --git a/docs/img/examples_xgboost_metric_console.png b/docs/img/examples_xgboost_metric_console.png index 9d39bbee..8be929a6 100644 Binary files a/docs/img/examples_xgboost_metric_console.png and b/docs/img/examples_xgboost_metric_console.png differ diff --git a/docs/img/examples_xgboost_metric_console_dark.png b/docs/img/examples_xgboost_metric_console_dark.png new file mode 100644 index 00000000..dd8716da Binary files /dev/null and b/docs/img/examples_xgboost_metric_console_dark.png differ diff --git a/docs/img/examples_xgboost_metric_model.png b/docs/img/examples_xgboost_metric_model.png index 051465e3..4cd5d5de 100644 Binary files a/docs/img/examples_xgboost_metric_model.png and b/docs/img/examples_xgboost_metric_model.png differ diff --git a/docs/img/examples_xgboost_metric_model_dark.png b/docs/img/examples_xgboost_metric_model_dark.png new file mode 100644 index 00000000..2f7bd39b Binary files /dev/null and b/docs/img/examples_xgboost_metric_model_dark.png differ diff --git a/docs/img/examples_xgboost_metric_scalars.png b/docs/img/examples_xgboost_metric_scalars.png index 678ff8d2..1a968cc6 100644 Binary files a/docs/img/examples_xgboost_metric_scalars.png and b/docs/img/examples_xgboost_metric_scalars.png differ diff --git a/docs/img/examples_xgboost_metric_scalars_dark.png b/docs/img/examples_xgboost_metric_scalars_dark.png new file mode 100644 index 00000000..26cb9935 Binary files /dev/null and b/docs/img/examples_xgboost_metric_scalars_dark.png differ diff --git a/docs/img/examples_xgboost_sample_03.png b/docs/img/examples_xgboost_sample_03.png index 761aa8b9..2c25bff3 100644 Binary files a/docs/img/examples_xgboost_sample_03.png and b/docs/img/examples_xgboost_sample_03.png differ diff --git a/docs/img/examples_xgboost_sample_03_dark.png b/docs/img/examples_xgboost_sample_03_dark.png new file mode 100644 index 00000000..13db2692 Binary files /dev/null and b/docs/img/examples_xgboost_sample_03_dark.png differ diff --git a/docs/img/examples_xgboost_sample_05.png b/docs/img/examples_xgboost_sample_05.png index 2d111787..c82013d8 100644 Binary files a/docs/img/examples_xgboost_sample_05.png and b/docs/img/examples_xgboost_sample_05.png differ diff --git a/docs/img/examples_xgboost_sample_05_dark.png b/docs/img/examples_xgboost_sample_05_dark.png new file mode 100644 index 00000000..fc8eaa45 Binary files /dev/null and b/docs/img/examples_xgboost_sample_05_dark.png differ diff --git a/docs/img/examples_xgboost_sample_06.png b/docs/img/examples_xgboost_sample_06.png index e006ecb9..b4f5142b 100644 Binary files a/docs/img/examples_xgboost_sample_06.png and b/docs/img/examples_xgboost_sample_06.png differ diff --git a/docs/img/examples_xgboost_sample_06_dark.png b/docs/img/examples_xgboost_sample_06_dark.png new file mode 100644 index 00000000..9bbc8664 Binary files /dev/null and b/docs/img/examples_xgboost_sample_06_dark.png differ diff --git a/docs/img/examples_xgboost_sample_06a.png b/docs/img/examples_xgboost_sample_06a.png index 6fa5fa99..c5a9cd83 100644 Binary files a/docs/img/examples_xgboost_sample_06a.png and b/docs/img/examples_xgboost_sample_06a.png differ diff --git a/docs/img/examples_xgboost_sample_06a_dark.png b/docs/img/examples_xgboost_sample_06a_dark.png new file mode 100644 index 00000000..6668ece9 Binary files /dev/null and b/docs/img/examples_xgboost_sample_06a_dark.png differ diff --git a/docs/img/examples_xgboost_sample_10.png b/docs/img/examples_xgboost_sample_10.png index 01b699ce..871545d2 100644 Binary files a/docs/img/examples_xgboost_sample_10.png and b/docs/img/examples_xgboost_sample_10.png differ diff --git a/docs/img/examples_xgboost_sample_10_dark.png b/docs/img/examples_xgboost_sample_10_dark.png new file mode 100644 index 00000000..3a04e86f Binary files /dev/null and b/docs/img/examples_xgboost_sample_10_dark.png differ