Skip to content

Tags: onnx/sklearn-onnx

Tags

v1.18

Toggle v1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Follow up on #1139 (#1141)

* rename

Signed-off-by: xadupre <xadupre@microsoft.com>

* Improve rendering of one example

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix title

Signed-off-by: xadupre <xadupre@microsoft.com>

---------

Signed-off-by: xadupre <xadupre@microsoft.com>

1.17.0

Toggle 1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade max supported opset version (#1098)

* upgrade version

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* requirements

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* fix ohe

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* better message

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* documentation

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* fix missing dependency

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

---------

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

1.16.0

Toggle 1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update change logs history (#1049)

* Investigate issue 1047 about LabelEncoder

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* add another unit test

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* update change logs

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* disable a test for old version of scikit-learn

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

---------

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

1.15.0

Toggle 1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix converter for DecisionTreeClassifier if n_classses == 1 (#1008)

* Fix converter for DecisionTreeClassifier if n_classses == 1

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* list or np.array

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* lint

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* froze lightgbm version

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* black

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* Refactor with black (#1009)

* Refactor with black

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* remove unnecessary skip condition

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* freeze lightgbm version

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* add ruff to github action

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* update badge on README.md

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

---------

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

* fix old CI

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>

---------

Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Signed-off-by: Xavier Dupré <xadupre@users.noreply.github.com>

1.14.1

Toggle 1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test onnx==1.14.0 (#988)

* Test onnx==1.14.0

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix yml syntax

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix requirements

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix broken unit test

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix ir_version

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix misspelling

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix error

Signed-off-by: xadupre <xadupre@microsoft.com>

* update to rc3

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* change np.float to np.float32

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Test onnx==1.14.0

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix yml syntax

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix requirements

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix broken unit test

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix ir_version

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix misspelling

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix error

Signed-off-by: xadupre <xadupre@microsoft.com>

* update to rc3

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>
Signed-off-by: xadupre <xadupre@microsoft.com>

* change np.float to np.float32

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>
Signed-off-by: xadupre <xadupre@microsoft.com>

* use official release

Signed-off-by: xadupre <xadupre@microsoft.com>

* disable documentation on one CI

Signed-off-by: xadupre <xadupre@microsoft.com>

* disable test for sklearn==1.0.2

Signed-off-by: xadupre <xadupre@microsoft.com>

* lint

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix issue for an old scikit-learn on windows

Signed-off-by: xadupre <xadupre@microsoft.com>

* update CI

Signed-off-by: xadupre <xadupre@microsoft.com>

* pin numpy version for old build on windows

Signed-off-by: xadupre <xadupre@microsoft.com>

* resolve comment

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* update

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

---------

Signed-off-by: xadupre <xadupre@microsoft.com>
Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>
Co-authored-by: xiaowuhu <xiaowuhu@microsoft.com>

1.14

Toggle 1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add an example to convert a pipeline with CatBoostClassifier (#968)

* Add an example to convert a pipeline with CatBoostClassifier

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix doc requirements.txt

Signed-off-by: xadupre <xadupre@microsoft.com>

---------

Signed-off-by: xadupre <xadupre@microsoft.com>

1.13

Toggle 1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add QuadraticDiscriminantAnalysis converter (#915)

* add QDA converter

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* fix flake8

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* another flake8

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update _supported_operators.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update test_quadratic_discriminant_analysis_converter.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update test_quadratic_discriminant_analysis_converter.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update quadratic_discriminant_analysis.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update quadratic_discriminant_analysis.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update quadratic_discriminant_analysis.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update test_quadratic_discriminant_analysis_converter.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* add double dtype testing as output

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update test_quadratic_discriminant_analysis_converter.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* add double output type test case

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update test_quadratic_discriminant_analysis_converter.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* change file name to standard one

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* upgrade version to 1.13

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

1.12

Toggle 1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Xiaowu/one vs one classifier (#904)

* add essential files

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* update files

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* updated

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* make the converter working

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update test_sklearn_one_vs_one_classifier_converter.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update one_vs_one_classifier.py

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* update files

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* first fix for ovo converter

Signed-off-by: xadupre <xadupre@microsoft.com>

* fix ovo, still an issue with LogisiticRegression and DecisionTree

Signed-off-by: xadupre <xadupre@microsoft.com>

* Update requirements.txt

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* Update requirements.txt

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* remove unnecessary files

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* fix ovo

Signed-off-by: xadupre <xadupre@microsoft.com>

* final fix for ovo

Signed-off-by: xadupre <xadupre@microsoft.com>

* remove unnecessary option

Signed-off-by: xadupre <xadupre@microsoft.com>

* lint issues

Signed-off-by: xadupre <xadupre@microsoft.com>

* update ci

Signed-off-by: xadupre <xadupre@microsoft.com>

* Update linux-conda-CI.yml

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

* change CI

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>
Signed-off-by: xadupre <xadupre@microsoft.com>
Co-authored-by: xadupre <xadupre@microsoft.com>

v1.12

Toggle v1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update __init__.py (#897)

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>

1.11.2

Toggle 1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update __init__.py (#865)

Signed-off-by: xiaowuhu <xiaowuhu@microsoft.com>