You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: model_training/cmd_instruction.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Manual Metric Collection and Training with Entrypoint
2
2
3
+
<!--toc:start-->
4
+
5
+
-[Manual Metric Collection and Training with Entrypoint](#manual-metric-collection-and-training-with-entrypoint)
6
+
-[1. Collect metrics](#1-collect-metrics)
7
+
-[1.1. By defining start time and end time](#11-by-defining-start-time-and-end-time)
8
+
-[1.2. By defining last interval from the execution time](#12-by-defining-last-interval-from-the-execution-time)
9
+
-[Output](#output)
10
+
-[2. Train models](#2-train-models)
11
+
-[3. Export models](#3-export-models)
12
+
-[3.1. Extracting collect date from benchmark file](#31-extracting-collect-date-from-benchmark-file)
13
+
-[3.2. Manually set collect-date](#32-manually-set-collect-date)
14
+
15
+
<!--toc:end-->
16
+
3
17
## 1. Collect metrics
4
18
5
19
Without benchmark/pipeline automation, kepler metrics can be collected by `query` function by setting `BENCHMARK`, `PROM_URL`, `COLLECT_ID` and either one of the following time options.
0 commit comments