Skip to content

Tags: onnx/onnxmltools

Tags

v1.13

Toggle v1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend CI to test with onnxruntime==1.18.0 (#692)

* Extend CI to test with onnxruntime==1.18.0

Signed-off-by: Xavier Dupre <[email protected]>

* style

Signed-off-by: Xavier Dupre <[email protected]>

* restore trigger on main

Signed-off-by: Xavier Dupre <[email protected]>

* update CI

Signed-off-by: Xavier Dupre <[email protected]>

* doc

Signed-off-by: Xavier Dupre <[email protected]>

* ci

Signed-off-by: Xavier Dupre <[email protected]>

* remove unnecessary steps

Signed-off-by: Xavier Dupre <[email protected]>

* ci

Signed-off-by: Xavier Dupre <[email protected]>

* fix ci

Signed-off-by: Xavier Dupre <[email protected]>

* fix ci

Signed-off-by: Xavier Dupre <[email protected]>

* fix issue with python 3.12

Signed-off-by: Xavier Dupre <[email protected]>

* fix

Signed-off-by: Xavier Dupre <[email protected]>

* ci

Signed-off-by: Xavier Dupre <[email protected]>

* pin version for scikit-learn

Signed-off-by: Xavier Dupre <[email protected]>

* skl

Signed-off-by: Xavier Dupre <[email protected]>

* mac

Signed-off-by: Xavier Dupre <[email protected]>

* ci

Signed-off-by: Xavier Dupre <[email protected]>

* ci

Signed-off-by: Xavier Dupre <[email protected]>

* precision

Signed-off-by: Xavier Dupre <[email protected]>

* fix ci

Signed-off-by: Xavier Dupre <[email protected]>

* ci

Signed-off-by: Xavier Dupre <[email protected]>

* ci

Signed-off-by: Xavier Dupre <[email protected]>

---------

Signed-off-by: Xavier Dupre <[email protected]>

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes early stopping with XGBoost 2.0 (#597)

* add one unit test to investigate a bug

Signed-off-by: xadupre <[email protected]>

* add one more test

Signed-off-by: xadupre <[email protected]>

* remove unnecessary print

Signed-off-by: xadupre <[email protected]>

* update CI

Signed-off-by: Xavier Dupre <[email protected]>

* ci

Signed-off-by: Xavier Dupre <[email protected]>

* remove removed files

Signed-off-by: Xavier Dupre <[email protected]>

* update test

Signed-off-by: Xavier Dupre <[email protected]>

* fix early stopping

Signed-off-by: Xavier Dupre <[email protected]>

* fix rf models

Signed-off-by: Xavier Dupre <[email protected]>

* remaining merge issue

Signed-off-by: Xavier Dupre <[email protected]>

---------

Signed-off-by: xadupre <[email protected]>
Signed-off-by: Xavier Dupre <[email protected]>

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Spark Imputer conversion with multiple input cols (#608)

* fix: Spark Imputer conversion with multiple input cols

Signed-off-by: Jason Wang <[email protected]>

* remove whitespace

Signed-off-by: Jason Wang <[email protected]>

---------

Signed-off-by: Jason Wang <[email protected]>

1.11.1

Toggle 1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for SparkML CountVectorizer conversion (#560)

Signed-off-by: Jason Wang <[email protected]>

1.11.0

Toggle 1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes for onnx==1.11.0 (#527)

* add onnx==1.11.0
* Fixes one unit test involving sklearn-onnx.
* use CPUExecutionProvider
* remove one unnecessary initializer

1.10.0

Toggle 1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace #507 + fix bug with XGBoost converter when base_score is None (

…#510)

* Replace #507
* fix xgboost converter with xgboost 1.5.0
* fix nan values
* update catboost test
* update ci

Signed-off-by: xavier dupré <[email protected]>

Co-authored-by: xavier dupré <[email protected]>
Co-authored-by: Karthikeyan Singaravelan <[email protected]>

1.9.1

Toggle 1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version number to 1.9.1 (#494)

1.9.0

Toggle 1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improves lightgbm conversion speed (#491)

* improves lightgbm conversion speed

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #400, support multi:softmax objective (#442)

* investigate xgboost issues

Signed-off-by: xavier dupré <[email protected]>

* fix softmax score

Signed-off-by: xavier dupré <[email protected]>

* lint

Signed-off-by: xavier dupré <[email protected]>

* test nightly build

Signed-off-by: xavier dupré <[email protected]>

* restore ci

Signed-off-by: xavier dupré <[email protected]>

* restore one file

Signed-off-by: xavier dupré <[email protected]>

Co-authored-by: xavier dupré <[email protected]>

v1.7.0

Toggle v1.7.0's commit message
fixed the weird error.