-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ONNX export support for LibLinear and LibSVM (#191)
* Stubbing out LibSVM ONNX export. * Adding a first draft of LibLinear ONNX export support. * Code formatting. * Fixing LibLinear classification ONNX export. * Tidying up Liblinear and libsvm export after rebase. * Adding SVM Regression ONNX export. * Adding graph names to Liblinear and LibSVM ONNX export. * Adding LibSVM classification support, but it only works for binary classes at the moment due to a label permutation issue. * Adding LibSVM export support for multi-class problems. Binary non-probabilistic models still don't work. * Modifying the tests for a binary libsvm. * Adding provenance serialization to libsvm and liblinear onnx export. * Uncommenting rearranged indices test. * Adding fixes for multi-class Libsvm export. Binary class is still non-functional. * Fixing LibSVM binary classification. * Updates after rebase to pick up ONNX ensemble export. Added LibSVM to the ensemble test. * Cleaning up unused imports. * Update Interop/ONNX/src/main/java/org/tribuo/interop/onnx/LabelOneVOneTransformer.java Co-authored-by: Jack Sullivan <john.t.sullivan@gmail.com> * Updating the docs for LabelOneVOneTransformer after the reviews. Co-authored-by: Jack Sullivan <john.t.sullivan@gmail.com>
- Loading branch information
1 parent
ccba01b
commit 3dfb1a2
Showing
19 changed files
with
1,231 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.