mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-19 22:07:05 +00:00
Edits 50 (#1034)
This commit is contained in:
parent
79eff642ff
commit
e77846a536
@ -161,7 +161,7 @@ clearml-session==0.3.2
|
||||
#### How can I sort models by a certain metric? <a id="custom-columns"></a>
|
||||
|
||||
To sort models by a metric, in the ClearML Web UI,
|
||||
add a [custom column](webapp/webapp_model_table.md#customizing-the-models-table) to the model table and sort by
|
||||
add a [custom column](webapp/webapp_model_table.md#customizing-the-model-table) to the model table and sort by
|
||||
that metric column. Available custom column options depend upon the models in the table and the metrics that have been
|
||||
attached to them (see [Logging Metrics and Plots](clearml_sdk/model_sdk.md#logging-metrics-and-plots)).
|
||||
|
||||
|
@ -38,9 +38,13 @@ of the chosen metric over time.
|
||||
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create
|
||||
a new instance with the same configuration.
|
||||
|
||||
<div class="max-w-65">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
## Dashboard
|
||||
|
||||
Once a project dashboard instance is launched, its dashboard displays the following information about a project:
|
||||
|
@ -91,5 +91,9 @@ Deployment app instance task will be enqueued (make sure an agent is assigned to
|
||||
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create a
|
||||
new instance with the same configuration
|
||||
|
||||
<div class="max-w-65">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
@ -74,9 +74,13 @@ limits.
|
||||
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create
|
||||
a new instance with the same configuration
|
||||
|
||||
<div class="max-w-65">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
## Dashboard
|
||||
Once an HPO instance is launched, the dashboard displays a summary of the optimization process.
|
||||
|
||||
|
@ -78,4 +78,8 @@ values from the file, which can be modified before launching the app instance
|
||||
Used to stop the application from entering an idle state when the machine metrics are low but the application is
|
||||
actually still running
|
||||
|
||||
<div class="max-w-65">
|
||||
|
||||

|
||||
|
||||
</div>
|
@ -146,6 +146,9 @@ instance task will be enqueued (make sure an agent is assigned to that queue)
|
||||
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create a
|
||||
new instance with the same configuration
|
||||
|
||||
<div class="max-w-65">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
@ -93,5 +93,9 @@ closed and restored into a new instance when the session app instance is cloned
|
||||
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create a
|
||||
new instance with the same configuration
|
||||
|
||||
<div class="max-w-65">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
@ -33,9 +33,12 @@ times.
|
||||
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create
|
||||
a new instance with the same configuration
|
||||
|
||||
<div class="max-w-65">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
## Dashboard
|
||||
|
||||
|
@ -52,9 +52,13 @@ The app monitors your workspace for trigger events and will launch copies of the
|
||||
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create
|
||||
a new instance with the same configuration
|
||||
|
||||
<div class="max-w-65">
|
||||
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
## Dashboard
|
||||
|
||||
The Trigger Manager app instance's dashboard displays its console log. The log shows the instance's activity: periodic
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: The Model table
|
||||
title: The Model Table
|
||||
---
|
||||
|
||||
The model table is a [customizable](#customizing-the-models-table) list of models associated with the tasks in a project. From the model table,
|
||||
The model table is a [customizable](#customizing-the-model-table) list of models associated with the tasks in a project. From the model table,
|
||||
view model details, and modify, publish, archive, tag, and move models to other projects.
|
||||
|
||||
View the model table in table view <img src="/docs/latest/icons/ico-table-view.svg" alt="Table view" className="icon size-md space-sm" />
|
||||
@ -64,7 +64,7 @@ Customize the table using any of the following:
|
||||
* Sort columns - By metadata, metric, ML framework, description, and last update elapsed time.
|
||||
|
||||
:::note
|
||||
The following models-table customizations are saved on a **per-project** basis:
|
||||
The following model-table customizations are saved on a **per-project** basis:
|
||||
* Columns order
|
||||
* Column width
|
||||
* Active sort order
|
||||
|
@ -82,6 +82,10 @@ html[data-theme="dark"] a:hover {
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
.max-w-65 {
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.max-w-50 {
|
||||
max-width: 50%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user