mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Change headings to title caps (#62)
This commit is contained in:
@@ -5,6 +5,7 @@ title: First Steps
|
||||
|
||||
## Install ClearML
|
||||
|
||||
|
||||
First, [sign up for free](https://app.community.clear.ml)
|
||||
|
||||
Install the clearml python package:
|
||||
@@ -18,7 +19,7 @@ clearml-init
|
||||
```
|
||||
|
||||
|
||||
## Auto-log experiment
|
||||
## Auto-log Experiment
|
||||
|
||||
In ClearML, experiments are organized as [Tasks](../../fundamentals/task).
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ Artifacts can be stored anywhere, either on the ClearML server, or any object st
|
||||
see all [storage capabilities](../../integrations/storage).
|
||||
|
||||
|
||||
### Adding artifacts
|
||||
### Adding Artifacts
|
||||
|
||||
Uploading a local file containing the preprocessed results of the data:
|
||||
```python
|
||||
@@ -154,7 +154,7 @@ Any page is sharable by copying the URL from the address bar, allowing you to bo
|
||||
It's also possible to tag Tasks for visibility and filtering allowing you to add more information on the execution of the experiment.
|
||||
Later you can search based on task name and tag in the search bar, and filter experiments based on their tags, parameters, status and more.
|
||||
|
||||
## What's next?
|
||||
## What's Next?
|
||||
|
||||
This covers the Basics of ClearML! Running through this guide we've learned how to log Parameters, Artifacts and Metrics!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user