mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Fix links (#165)
This commit is contained in:
@@ -21,7 +21,7 @@ clearml-init
|
||||
|
||||
## Auto-log Experiment
|
||||
|
||||
In ClearML, experiments are organized as [Tasks](../../fundamentals/task).
|
||||
In ClearML, experiments are organized as [Tasks](../../fundamentals/task.md).
|
||||
|
||||
ClearML will automatically log your experiment and code, including outputs and parameters from popular ML frameworks,
|
||||
once you integrate the ClearML [SDK](../../clearml_sdk.md) with your code. To control what ClearML automatically logs, see this [FAQ](../../faq.md#controlling_logging).
|
||||
@@ -50,7 +50,7 @@ The console should return the following output:
|
||||
```
|
||||
ClearML Task: created new task id=1ca59ef1f86d44bd81cb517d529d9e5a
|
||||
2021-07-25 13:59:09
|
||||
ClearML results page: https://community/projects/4043a1657f374e9298649c6ba72ad233/experiments/1ca59ef1f86d44bd81cb517d529d9e5a/output/log
|
||||
ClearML results page: https://app.community.clear.ml/projects/4043a1657f374e9298649c6ba72ad233/experiments/1ca59ef1f86d44bd81cb517d529d9e5a/output/log
|
||||
2021-07-25 13:59:16
|
||||
```
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ It's possible to log everything, from time series data to confusion matrices to
|
||||
|
||||

|
||||
|
||||
Once everything is neatly logged and displayed, using the [comparison tool](../../webapp/webapp_exp_comparing) makes it easy to find the best configuration!
|
||||
Once everything is neatly logged and displayed, using the [comparison tool](../../webapp/webapp_exp_comparing.md) makes it easy to find the best configuration!
|
||||
|
||||
|
||||
## Track Experiments
|
||||
|
||||
@@ -7,7 +7,7 @@ From training models to data processing to deploying to production.
|
||||
|
||||
## Development - Preparing for Automation
|
||||
Basically, track everything. There is nothing that is not worth having visibility to.
|
||||
If you are afraid of clutter, use the archive option, and set up your own [cleanup service](../../guides/services/cleanup_service).
|
||||
If you are afraid of clutter, use the archive option, and set up your own [cleanup service](../../guides/services/cleanup_service.md).
|
||||
|
||||
- Track the code base. There is no reason not to add metrics to any process in your workflow, even if it is not directly ML. Visibility is key to iterative improvement of your code / workflow.
|
||||
- Create per-project [leaderboards](../../guides/ui/building_leader_board.md) based on custom columns
|
||||
|
||||
Reference in New Issue
Block a user