Small edits (#211)

This commit is contained in:
pollfly
2022-03-21 16:00:29 +02:00
committed by GitHub
parent 01c69bb3b4
commit 5cf918580d
3 changed files with 5 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ allow each feature. Model states are *Draft* (editable) and *Published* (read-on
| View details | Model details include general information, the model configuration, and label enumeration. Click a model, and the info panel slides open. | Any state |
| Publish | Publish a model to prevent changes to it. *Published* models are read-only. If a model is Published, its experiment also becomes Published (read-only). | *Draft* |
| Archive | To more easily work with active models, move a model to the archive. See [Archiving](webapp_archiving.md). | Any state |
| Restore | Action available in the archive. Restore a Dataview to the active Dataviews table. | Any state |
| Restore | Action available in the archive. Restore a model to the active models table. | Any state |
| Tags | Tag models with color-coded labels to assist in organizing work. See [tagging models](#tagging-models). | Any state |
| Download | Download a model. The file format depends upon the framework. | *Published* |
| Move to project | To organize work and improve collaboration, move a model to another project. | Any state |