This repository was archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Merge latest AutoML transformers to master #417
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
c64936d
Native featurizers for AutoML (#317)
ganik 0a6b47f
Update aml branch. (#415)
pieths dab5805
Merge branch 'master' into aml
ganik 3da3c11
Fix build and test failures in the aml branch. (#418)
pieths a692369
Fix build issues with aml branch (#419)
pieths cf7b8dd
Fix issues with centos unit tests related to featurizers. (#420)
pieths 9c92548
Add support for ONNX model export and execution. Merge to AML branch …
ganik 5b70b08
fix tests
ganik 08a501a
fix test
ganik fa905e5
Add example for OnnxRunner. (#422)
pieths 8d95c52
Build fix for rolling ML.NET 1.5.0-preview* and update to Pandas 1.0 …
najeeb-kazmi 452cb5b
Remove label column from features when no Y is specified and predicto…
pieths 0a4ca83
Fix breaking unit tests. (#440)
pieths 7faec5c
Update test_export_to_onnx test. (#443)
pieths 448ad9f
Update test_export_to_onnx test. (#444)
pieths a2d9a56
Fix NGramFeaturizer test
ganik 7b79a4a
fix .0 (#445)
ganik 6c2f7a1
Add OneVsRest support to export to onnx tests and increase test cover…
pieths 78bca12
Automatically convert Categorical columns to their values before comp…
pieths 28b8ed3
add ORT results
ganik cc7d38b
Add ORT & vinod script (#449)
pieths 07a464d
Add ORT validation to the export to onnx tests. (#451)
pieths d5fcf32
Remove unnecessary import. (#452)
pieths b45c292
ddd
ganik 1ec47ce
Update data_frame_tool.py (#454)
antoniovs1029 05a55b9
Merge branch 'aml' of https://github.com/microsoft/NimbusML into aml
ganik 3c6f83d
Fixes for dataframe tool (#455)
ganik 1f4229f
Fixed data_frame_tool to handle category columns correctly (#456)
antoniovs1029 c3527e9
dddd
ganik e84cc7e
Few fixes for IDV and DF formats
ganik 257a594
rollback
ganik 7e95a8d
Regenerate entrypoint & api
ganik bb91f4b
Up version and fix test
ganik 703dd6a
Added Async suffix to RunOnBackgroundThread (#459)
antoniovs1029 51d0077
Update entrypoints and MarshallInvoke call (#461)
antoniovs1029 1b4906c
Update to use OnnxRuntime 1.2 (#462)
antoniovs1029 95f6542
Upgrade CI build to use latest onnxruntime and automl scenario based …
ganik 4bc6219
dont run onnxruntime for python2.7
ganik 5b224df
fix automl test
ganik 970462a
Remove py2.7 Windows from CI build as latest pytest & pip are not sup…
ganik 39ea6f6
fix typo
ganik adc66b2
remove daily build location
ganik 8f8fc91
use only nuget.org
ganik 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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be revoked