interpretml / ebm2onnx

A tool to convert EBM models to ONNX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rename the output for scores

MainRo opened this issue · comments

  • ebm2onnx version: v1.2.0
  • Python version: 3.9
  • Operating System: Linux/Debian

Description

When exporting a model with "explain=True", the ONNX output for the scores is named like "concat_result_5". We should have a more meaningful name, typically "scores".