Daemons-Q commited on
Commit
cd81e94
·
verified ·
1 Parent(s): c98a9a6

Graph-feature-preprocessed gradient boosting: artefacts + measured metrics

Browse files
Files changed (2) hide show
  1. eval_sample.json +0 -0
  2. export_report.json +4 -0
eval_sample.json ADDED
The diff for this file is too large to render. See raw diff
 
export_report.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "fp32_bytes": 4606582,
3
  "fp32_max_abs_error": 2.384185791015625e-07,
4
  "fp32_path": "onnx/model.onnx",
@@ -10,6 +11,9 @@
10
  "int8_path": "",
11
  "int8_skipped_reason": "tree ensemble: parameters live in node attributes, not weight tensors, so dynamic int8 quantisation has nothing to quantise",
12
  "n_fixtures": 512,
 
 
 
13
  "opset": 0,
14
  "passed": true
15
  }
 
1
  {
2
+ "browser_runnable": true,
3
  "fp32_bytes": 4606582,
4
  "fp32_max_abs_error": 2.384185791015625e-07,
5
  "fp32_path": "onnx/model.onnx",
 
11
  "int8_path": "",
12
  "int8_skipped_reason": "tree ensemble: parameters live in node attributes, not weight tensors, so dynamic int8 quantisation has nothing to quantise",
13
  "n_fixtures": 512,
14
+ "onnx_domains": [
15
+ "ai.onnx.ml"
16
+ ],
17
  "opset": 0,
18
  "passed": true
19
  }