interpretml / ebm2onnx

A tool to convert EBM models to ONNX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scoring Spark DataFrames

brandongreenwell-8451 opened this issue · comments

  • ebm2onnx version: 2.0.0
  • Python version: 3.8
  • Operating System: Azure/databricks

Description

From what I understand, synapseML includes a Spark transformer to bring a trained ONNX model to Apache Spark. Has anyone attempted or had success in getting this to work with an EMB stored in ONNX format?

I also posted this on the synapseML issue tracker with a full reproducible example: microsoft/SynapseML#1902.

Can I close the issue now that microsoft/SynapseML#1902 is fixed?

Yes @MainRo, I would consider it closed. Thank you! It does not handle NULL/NA/missing values, but that's a separate issue for another day.