Small edits (#1033)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-09 19:46:40 +02:00
committed by GitHub
parent e99e033b06
commit 79eff642ff
87 changed files with 104 additions and 104 deletions

View File

@@ -8,7 +8,7 @@ title: First Steps
First, [sign up for free](https://app.clear.ml).
Install the `clearml` python package:
Install the `clearml` Python package:
```bash
pip install clearml
```

View File

@@ -2,7 +2,7 @@
title: Next Steps
---
So, you've already [installed ClearML's python package](ds_first_steps.md) and run your first experiment!
So, you've already [installed ClearML's Python package](ds_first_steps.md) and run your first experiment!
Now, you'll learn how to track Hyperparameters, Artifacts, and Metrics!