dotnet / dotnet/machinelearning
No ONNX model export support for {FixedPlatt, Isotonic, Naive}CalibratorEstimator(s)
Open
area-ONNX
enhancement
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
For tracking purposes. The following CalibratorEstimators do not have ONNX model conversion support:
- `FixedPlattCalibratorEstimator`
- `IsotonicCalibratorEstimator`
- `NaiveCalibratorEstimator`
`PlattCalibratorEstimator` does have ONNX export support. This issue will be closed when the remaining calibrator estimators have ONNX export support, and are being tested for ONNX conversion in the manner below as `PlattCalibratorEstimator` is being tested:
https://github.com/dotnet/machinelearning/blob/81357ba85f1410d81f92e8b1e0632e41a0f10b02/test/Microsoft.ML.Tests/OnnxConversionTest.cs#L265-L300
Contributor guide
Assessment
This issue has not been assessed yet.