Skip to content

Commit

Permalink
feat(models): update intel-rapl abspower to 0.7.11
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
  • Loading branch information
sthaha committed Aug 29, 2024
1 parent e54a8e6 commit fcc8e0a
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions data/model_weight/intel_rapl_AbsPowerModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"model_name": "SGDRegressorTrainer_0",
"package": {
"All_Weights": {
"Bias_Weight": 69.91739430907396,
"Bias_Weight": 143.81206324506658,
"Categorical_Variables": {},
"Numerical_Variables": {
"bpf_cpu_time_ms": {
"scale": 5911.969193263386,
"mean": 0,
"variance": 0,
"weight": 22.16772409328642
"scale": 95877.00000000001,
"weight": 305.148172889668
},
"bpf_page_cache_hit": {
"scale": 1.0,
"weight": 0.0
}
}
}
Expand All @@ -20,9 +22,11 @@
"Categorical_Variables": {},
"Numerical_Variables": {
"bpf_cpu_time_ms": {
"scale": 5911.969193263386,
"mean": 0,
"variance": 0,
"scale": 95877.00000000001,
"weight": 0.0
},
"bpf_page_cache_hit": {
"scale": 1.0,
"weight": 0.0
}
}
Expand All @@ -34,24 +38,28 @@
"Categorical_Variables": {},
"Numerical_Variables": {
"bpf_cpu_time_ms": {
"scale": 5911.969193263386,
"mean": 0,
"variance": 0,
"scale": 95877.00000000001,
"weight": 0.0
},
"bpf_page_cache_hit": {
"scale": 1.0,
"weight": 0.0
}
}
}
},
"dram": {
"All_Weights": {
"Bias_Weight": 47.142633336743344,
"Bias_Weight": 18.616285480502686,
"Categorical_Variables": {},
"Numerical_Variables": {
"bpf_cpu_time_ms": {
"scale": 5911.969193263386,
"mean": 0,
"variance": 0,
"weight": 3.57348245077466
"scale": 95877.00000000001,
"weight": 8.434209551249596
},
"bpf_page_cache_hit": {
"scale": 1.0,
"weight": 0.0
}
}
}
Expand Down

0 comments on commit fcc8e0a

Please sign in to comment.