diff --git a/docs/apps/clearml_session.md b/docs/apps/clearml_session.md index fd5de9c3..42564aea 100644 --- a/docs/apps/clearml_session.md +++ b/docs/apps/clearml_session.md @@ -23,7 +23,7 @@ VS Code remote sessions use ports 8878 and 8898 respectively. ## Prerequisites -* `clearml` installed and configured. See [ClearML Setup](../clearml_sdk/clearml_sdk_setup) for details. +* `clearml` installed and configured. See [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) for details. * At least one `clearml-agent` running on a remote host. See [installation](../clearml_agent/clearml_agent_setup.md#installation) for details. * An SSH client installed on your machine. To verify, open your terminal and execute `ssh`. If you did not receive an error, you are good to go. diff --git a/docs/clearml_agent/clearml_agent_setup.md b/docs/clearml_agent/clearml_agent_setup.md index 2126b322..a637eec5 100644 --- a/docs/clearml_agent/clearml_agent_setup.md +++ b/docs/clearml_agent/clearml_agent_setup.md @@ -2,7 +2,7 @@ title: Setup --- -## Installation +## Installation :::note If ClearML was previously configured, follow [this](#adding-clearml-agent-to-a-configuration-file) to add diff --git a/docs/clearml_data/clearml_data.md b/docs/clearml_data/clearml_data.md index ca3bc274..d1cfee7c 100644 --- a/docs/clearml_data/clearml_data.md +++ b/docs/clearml_data/clearml_data.md @@ -37,7 +37,7 @@ lineage and content information. See [dataset UI](../webapp/datasets/webapp_data ## Setup -`clearml-data` comes built-in with the `clearml` Python package! Check out the [ClearML Setup](../clearml_sdk/clearml_sdk_setup) +`clearml-data` comes built-in with the `clearml` Python package! Check out the [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) guide for more info! ## Using ClearML Data diff --git a/docs/clearml_sdk/clearml_sdk.md b/docs/clearml_sdk/clearml_sdk.md index bf0e93c6..96322692 100644 --- a/docs/clearml_sdk/clearml_sdk.md +++ b/docs/clearml_sdk/clearml_sdk.md @@ -7,7 +7,7 @@ tasks for you, and an extensive set of powerful features and functionality you c and other workflows. :::tip Installation -For installation instructions, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup#install-clearml). +For installation instructions, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md#install-clearml). ::: The ClearML Python Package collects the scripts' entire execution information, including: diff --git a/docs/clearml_serving/clearml_serving_setup.md b/docs/clearml_serving/clearml_serving_setup.md index 4820a946..6283c7fc 100644 --- a/docs/clearml_serving/clearml_serving_setup.md +++ b/docs/clearml_serving/clearml_serving_setup.md @@ -13,7 +13,7 @@ The following page goes over how to set up and upgrade `clearml-serving`. ## Initial Setup 1. Set up your [ClearML Server](../deploying_clearml/clearml_server.md) or use the [free hosted service](https://app.clear.ml) -1. Connect `clearml` SDK to the server, see instructions [here](../clearml_sdk/clearml_sdk_setup#install-clearml) +1. Connect `clearml` SDK to the server, see instructions [here](../clearml_sdk/clearml_sdk_setup.md#install-clearml) 1. Install the `clearml-serving` CLI: diff --git a/docs/deploying_clearml/clearml_server.md b/docs/deploying_clearml/clearml_server.md index 9a545482..22cd6367 100644 --- a/docs/deploying_clearml/clearml_server.md +++ b/docs/deploying_clearml/clearml_server.md @@ -49,7 +49,7 @@ authentication, subdomains, and load balancers, and use any of its many configur 1. Optionally, [configure ClearML Server](clearml_server_config.md) for additional features, including subdomains and load balancers, web login authentication, and the non-responsive task watchdog. -1. [Connect the ClearML SDK to the ClearML Server](../clearml_sdk/clearml_sdk_setup) +1. [Connect the ClearML SDK to the ClearML Server](../clearml_sdk/clearml_sdk_setup.md) ## Updating diff --git a/docs/deploying_clearml/clearml_server_aws_ec2_ami.md b/docs/deploying_clearml/clearml_server_aws_ec2_ami.md index e3c3a8e0..9b7f4e2e 100644 --- a/docs/deploying_clearml/clearml_server_aws_ec2_ami.md +++ b/docs/deploying_clearml/clearml_server_aws_ec2_ami.md @@ -150,4 +150,4 @@ The following section contains a list of AMI Image IDs per-region for the latest ## Next Step To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server. -For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). +For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md). diff --git a/docs/deploying_clearml/clearml_server_gcp.md b/docs/deploying_clearml/clearml_server_gcp.md index db5996a8..c928f453 100644 --- a/docs/deploying_clearml/clearml_server_gcp.md +++ b/docs/deploying_clearml/clearml_server_gcp.md @@ -7,7 +7,7 @@ provides custom images for each released version of ClearML Server. For a list o [ClearML Server GCP Custom Image](#clearml-server-gcp-custom-image). To keep track of your experiments and/or data, the `clearml` package needs to communicate with the server you have deployed. -For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). +For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md). :::info In order for `clearml` to work with a ClearML Server on GCP, set `CLEARML_API_DEFAULT_REQ_METHOD=PUT` or @@ -155,4 +155,4 @@ The following section contains a list of Custom Image URLs (exported in differen ## Next Step To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server. -For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). +For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md). diff --git a/docs/deploying_clearml/clearml_server_kubernetes_helm.md b/docs/deploying_clearml/clearml_server_kubernetes_helm.md index 3023e738..d02ea133 100644 --- a/docs/deploying_clearml/clearml_server_kubernetes_helm.md +++ b/docs/deploying_clearml/clearml_server_kubernetes_helm.md @@ -32,4 +32,4 @@ instructions in the [Security](clearml_server_security.md) page. ## Next Step To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server. -For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). \ No newline at end of file +For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md). \ No newline at end of file diff --git a/docs/deploying_clearml/clearml_server_linux_mac.md b/docs/deploying_clearml/clearml_server_linux_mac.md index 60979018..75cedeb7 100644 --- a/docs/deploying_clearml/clearml_server_linux_mac.md +++ b/docs/deploying_clearml/clearml_server_linux_mac.md @@ -227,4 +227,4 @@ If needed, restore data and configuration by doing the following: ## Next Step To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server. -For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). \ No newline at end of file +For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md). \ No newline at end of file diff --git a/docs/deploying_clearml/clearml_server_win.md b/docs/deploying_clearml/clearml_server_win.md index 154dcb7f..3631cc67 100644 --- a/docs/deploying_clearml/clearml_server_win.md +++ b/docs/deploying_clearml/clearml_server_win.md @@ -89,4 +89,4 @@ After deploying ClearML Server, the services expose the following node ports: ## Next Step To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server. -For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup). \ No newline at end of file +For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md). \ No newline at end of file diff --git a/docs/guides/clearml-task/clearml_task_tutorial.md b/docs/guides/clearml-task/clearml_task_tutorial.md index 9f47b5df..39346bab 100644 --- a/docs/guides/clearml-task/clearml_task_tutorial.md +++ b/docs/guides/clearml-task/clearml_task_tutorial.md @@ -7,7 +7,7 @@ on a remote or local machine, from a remote repository and your local machine. ### Prerequisites -- [`clearml`](../../clearml_sdk/clearml_sdk_setup) Python package installed and configured +- [`clearml`](../../clearml_sdk/clearml_sdk_setup.md) Python package installed and configured - [`clearml-agent`](../../clearml_agent/clearml_agent_setup.md#installation) running on at least one machine (to execute the task), configured to listen to `default` queue ### Executing Code from a Remote Repository diff --git a/docs/guides/clearml_agent/executable_exp_containers.md b/docs/guides/clearml_agent/executable_exp_containers.md index 884bc53a..4545d77b 100644 --- a/docs/guides/clearml_agent/executable_exp_containers.md +++ b/docs/guides/clearml_agent/executable_exp_containers.md @@ -9,7 +9,7 @@ script. ## Prerequisites * [`clearml-agent`](../../clearml_agent/clearml_agent_setup.md#installation) installed and configured -* [`clearml`](../../clearml_sdk/clearml_sdk_setup#install-clearml) installed and configured +* [`clearml`](../../clearml_sdk/clearml_sdk_setup.md#install-clearml) installed and configured * [clearml](https://github.com/clearml/clearml) repo cloned (`git clone https://github.com/clearml/clearml.git`) ## Creating the ClearML Task diff --git a/docs/guides/clearml_agent/exp_environment_containers.md b/docs/guides/clearml_agent/exp_environment_containers.md index 388d932e..2d0f3260 100644 --- a/docs/guides/clearml_agent/exp_environment_containers.md +++ b/docs/guides/clearml_agent/exp_environment_containers.md @@ -11,7 +11,7 @@ be used when running optimization tasks. ## Prerequisites * [`clearml-agent`](../../clearml_agent/clearml_agent_setup.md#installation) installed and configured -* [`clearml`](../../clearml_sdk/clearml_sdk_setup#install-clearml) installed and configured +* [`clearml`](../../clearml_sdk/clearml_sdk_setup.md#install-clearml) installed and configured * [clearml](https://github.com/clearml/clearml) repo cloned (`git clone https://github.com/clearml/clearml.git`) ## Creating the ClearML Task diff --git a/docs/guides/frameworks/tensorflow/integration_keras_tuner.md b/docs/guides/frameworks/tensorflow/integration_keras_tuner.md index 8fbba5fb..dbf1e591 100644 --- a/docs/guides/frameworks/tensorflow/integration_keras_tuner.md +++ b/docs/guides/frameworks/tensorflow/integration_keras_tuner.md @@ -3,7 +3,7 @@ title: Keras Tuner --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../../../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/accelerate.md b/docs/integrations/accelerate.md index 8d5d685e..bce7e84b 100644 --- a/docs/integrations/accelerate.md +++ b/docs/integrations/accelerate.md @@ -9,7 +9,7 @@ such as required packages and uncommitted changes, and supports reporting scalar ## Setup -To use Accelerate's ClearML tracker, make sure that `clearml` is [installed and set up](../clearml_sdk/clearml_sdk_setup#install-clearml) +To use Accelerate's ClearML tracker, make sure that `clearml` is [installed and set up](../clearml_sdk/clearml_sdk_setup.md#install-clearml) in your environment, and use the `log_with` parameter when instantiating an `Accelerator`: ```python diff --git a/docs/integrations/autokeras.md b/docs/integrations/autokeras.md index 86e9d7ed..21cf3095 100644 --- a/docs/integrations/autokeras.md +++ b/docs/integrations/autokeras.md @@ -3,7 +3,7 @@ title: AutoKeras --- :::tip -If you are not already using ClearML, see [Getting Started](../clearml_sdk/clearml_sdk_setup) for setup +If you are not already using ClearML, see [Getting Started](../clearml_sdk/clearml_sdk_setup.md) for setup instructions. ::: diff --git a/docs/integrations/catboost.md b/docs/integrations/catboost.md index fe0cbb18..2c5a5e24 100644 --- a/docs/integrations/catboost.md +++ b/docs/integrations/catboost.md @@ -3,7 +3,7 @@ title: CatBoost --- :::tip -If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup) for setup +If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) for setup instructions. ::: diff --git a/docs/integrations/click.md b/docs/integrations/click.md index 995fdd2c..44bdc233 100644 --- a/docs/integrations/click.md +++ b/docs/integrations/click.md @@ -3,7 +3,7 @@ title: Click --- :::tip -If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup) for setup +If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) for setup instructions. ::: diff --git a/docs/integrations/fastai.md b/docs/integrations/fastai.md index 332bf75e..fc1b5d25 100644 --- a/docs/integrations/fastai.md +++ b/docs/integrations/fastai.md @@ -3,7 +3,7 @@ title: Fast.ai --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: ClearML integrates seamlessly with [fast.ai](https://www.fast.ai/), automatically logging its models and scalars. diff --git a/docs/integrations/hydra.md b/docs/integrations/hydra.md index 306698fd..f0f30664 100644 --- a/docs/integrations/hydra.md +++ b/docs/integrations/hydra.md @@ -3,7 +3,7 @@ title: Hydra --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/ignite.md b/docs/integrations/ignite.md index 683292ab..206daa9d 100644 --- a/docs/integrations/ignite.md +++ b/docs/integrations/ignite.md @@ -3,7 +3,7 @@ title: PyTorch Ignite --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: [PyTorch Ignite](https://pytorch.org/ignite/index.html) is a library for training and evaluating neural networks in diff --git a/docs/integrations/jsonargparse.md b/docs/integrations/jsonargparse.md index 42cc2fa2..1ae2d05c 100644 --- a/docs/integrations/jsonargparse.md +++ b/docs/integrations/jsonargparse.md @@ -3,7 +3,7 @@ title: jsonargparse --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/keras.md b/docs/integrations/keras.md index c95a631c..8a4983ef 100644 --- a/docs/integrations/keras.md +++ b/docs/integrations/keras.md @@ -3,7 +3,7 @@ title: Keras --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/keras_tuner.md b/docs/integrations/keras_tuner.md index 55960684..0e682673 100644 --- a/docs/integrations/keras_tuner.md +++ b/docs/integrations/keras_tuner.md @@ -3,7 +3,7 @@ title: Keras Tuner --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/langchain.md b/docs/integrations/langchain.md index c85f7551..7c98b199 100644 --- a/docs/integrations/langchain.md +++ b/docs/integrations/langchain.md @@ -3,7 +3,7 @@ title: LangChain --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/lightgbm.md b/docs/integrations/lightgbm.md index bbb0f487..90118e95 100644 --- a/docs/integrations/lightgbm.md +++ b/docs/integrations/lightgbm.md @@ -3,7 +3,7 @@ title: LightGBM --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/matplotlib.md b/docs/integrations/matplotlib.md index dde8e0cd..673a8c80 100644 --- a/docs/integrations/matplotlib.md +++ b/docs/integrations/matplotlib.md @@ -3,7 +3,7 @@ title: Matplotlib --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/megengine.md b/docs/integrations/megengine.md index ab0fd305..d8e1a479 100644 --- a/docs/integrations/megengine.md +++ b/docs/integrations/megengine.md @@ -3,7 +3,7 @@ title: MegEngine --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/mmcv.md b/docs/integrations/mmcv.md index b9833820..187f6672 100644 --- a/docs/integrations/mmcv.md +++ b/docs/integrations/mmcv.md @@ -7,7 +7,7 @@ title: MMCV v1.x ::: :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/mmengine.md b/docs/integrations/mmengine.md index 733625f6..c6ebfc32 100644 --- a/docs/integrations/mmengine.md +++ b/docs/integrations/mmengine.md @@ -3,7 +3,7 @@ title: MMEngine --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/monai.md b/docs/integrations/monai.md index 8b82e036..c67ce419 100644 --- a/docs/integrations/monai.md +++ b/docs/integrations/monai.md @@ -3,7 +3,7 @@ title: MONAI --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/pytorch.md b/docs/integrations/pytorch.md index 24b227f3..8c01958c 100644 --- a/docs/integrations/pytorch.md +++ b/docs/integrations/pytorch.md @@ -3,7 +3,7 @@ title: PyTorch --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/pytorch_lightning.md b/docs/integrations/pytorch_lightning.md index e91b33ec..987eb7c3 100644 --- a/docs/integrations/pytorch_lightning.md +++ b/docs/integrations/pytorch_lightning.md @@ -3,7 +3,7 @@ title: PyTorch Lightning --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/scikit_learn.md b/docs/integrations/scikit_learn.md index 86d6b663..71f2f3a2 100644 --- a/docs/integrations/scikit_learn.md +++ b/docs/integrations/scikit_learn.md @@ -3,7 +3,7 @@ title: scikit-learn --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/seaborn.md b/docs/integrations/seaborn.md index 54b65583..a5c0a386 100644 --- a/docs/integrations/seaborn.md +++ b/docs/integrations/seaborn.md @@ -3,7 +3,7 @@ title: Seaborn --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/tensorboard.md b/docs/integrations/tensorboard.md index d002c582..56f7ab73 100644 --- a/docs/integrations/tensorboard.md +++ b/docs/integrations/tensorboard.md @@ -3,7 +3,7 @@ title: TensorBoard --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/tensorboardx.md b/docs/integrations/tensorboardx.md index 0adc7557..eb2aad8b 100644 --- a/docs/integrations/tensorboardx.md +++ b/docs/integrations/tensorboardx.md @@ -3,7 +3,7 @@ title: TensorboardX --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: [TensorboardX](https://tensorboardx.readthedocs.io/en/latest/tutorial.html#what-is-tensorboard-x) is a data diff --git a/docs/integrations/tensorflow.md b/docs/integrations/tensorflow.md index 2613ff9a..266382d8 100644 --- a/docs/integrations/tensorflow.md +++ b/docs/integrations/tensorflow.md @@ -3,7 +3,7 @@ title: TensorFlow --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: diff --git a/docs/integrations/xgboost.md b/docs/integrations/xgboost.md index 44dcbde0..4f72918a 100644 --- a/docs/integrations/xgboost.md +++ b/docs/integrations/xgboost.md @@ -3,7 +3,7 @@ title: XGBoost --- :::tip -If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup). +If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md). ::: ClearML integrates seamlessly with [XGBoost](https://xgboost.readthedocs.io/en/stable/), automatically logging its models,