You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
New API for exporting models to Onnx. (#5544). A new API has been added to Onnx converter to specify the output columns you care about. This will export a smaller and more performant model in many cases.
Enhancements
Perf improvement for TopK Accuracy and return all topK in Classification Evaluator (#5395) (Thank you @jasallen)
Change the _maxCalibrationExamples default on CalibratorUtils (#5415)
Build / Test updates
Migrated to Arcade build system that is used my multiple dotnet projects. This will give increased build/CI efficiencies going forward. Updated build instructions can be found in the docs/building folder