This repository was archived by the owner on Jul 28, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Implement ONNX model serialisation phase 2 #227
Draft
RAMitchell
wants to merge
22
commits into
rapidsai:main
Choose a base branch
from
RAMitchell:onnx2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 7 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
fdfd150
Implement onnx serialisation
RAMitchell be66558
Implement tree models
RAMitchell 8e20945
Implement neural network onnx op
RAMitchell 821e7f4
mypy
RAMitchell b9be42e
Add interface to estimator
RAMitchell 5e3a0b6
Add interface to estimator
RAMitchell 0f4570c
Merge branch 'main' of github.com:rapidsai/legateboost into onnx2
RAMitchell 7bf5018
Increase test coverage
RAMitchell 4c95017
Use older TreeEnsemble, predictions as double
RAMitchell 438958c
Update docs
RAMitchell 1c74de5
Implement normal onnx operator
RAMitchell 692a1a5
Implement remaining transforms
RAMitchell 2d32592
Classifier tests passing for float64 but not float32
RAMitchell 039a8e1
Compensate for tolerance
RAMitchell aea209c
Convert some operators to text
RAMitchell b069090
Reduce verbosity
RAMitchell f4b7b81
Refactor and add typing annotations
RAMitchell 5dcc2c2
Remove onnx type hints
RAMitchell b9f67f0
Update doc example
RAMitchell f5dd467
Make the onnx tree sparse with a recursive builder
RAMitchell 05f8553
Address review
RAMitchell 3faf4f3
Some mypy issues
RAMitchell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -178,3 +178,4 @@ dependencies: | |
| - xgboost>=2.0 | ||
| - onnx>=1.10 | ||
| - onnxmltools>=1.10 | ||
| - onnxruntime>=1.21 | ||
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.