Get started with Kepler Model Server.
- The main source codes are in src directory.
Learn more details about Training Pipeline
- Define new feature group name
FeatureGroup
and update metric list mapFeatureGroups
in train types
- Define new energy source map
PowerSourceMap
in train types
- extractor: convert from numerically aggregated metrics to per-second value
- isolator: isolate background (idle) power from the collected power
- trainer: apply learning method to build a model using extracted data and isolated data
Learn more details about model training
The new benchmark must be supported by CPE operator for automation. Find examples.
Benchmark
CR has a dependency on BenchmarkOperator
. Default BechmarkOperator
is to support batch/v1/Job API.
TBD
Any improvement in src
and cmd
.
Any improvement in tests
, dockerfiles
, manifests
and .github/workflows