-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OrdinalEncoder conversion fixes (#1044)
* OrdinalEncoder conversion fixes * Test fixes; added conversions for OrdinalEncoder input variables * - Fixed OrdinalEncoder conversion. Now the type of keys for ONNX LabelEncoder is determined by the type of input variable, and not by the type of categories in OrdinalEncoder - Fixed FunctionTransformer converter. Added axis to Concat operator - Fixed Imputer shapes calculator. Now number of inputs can be >1 - Fixed SklearnMultiply converter. Now initializer type is equal to input type - Fixed Pipeline converter. Now Cast operator applies if pipeline outputs are different with last stage outputs - Changed VotingClassifier and VotingRegressor converter. Now VotingClassifier can accept number of inputs >1 * CI fix * Run black formatter * Changed assertTrue to assertIsNotNone --------- Co-authored-by: Vershinin Maxim WX1123714 <[email protected]> Co-authored-by: Xavier Dupré <[email protected]>
- Loading branch information
1 parent
943cac2
commit 78933db
Showing
16 changed files
with
282 additions
and
143 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
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.