forked from onnx/onnxmltools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/onnx/onnxmltools into xgbbug
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Change Logs | ||
|
||
## 1.12.0 | ||
|
||
* Support count:poisson for XGBRegressor | ||
[#666](https://github.com/onnx/onnxmltools/pull/666) | ||
* Supports XGBRFClassifier and XGBRFRegressor | ||
[#665](https://github.com/onnx/onnxmltools/pull/665) | ||
* ONNX_DFS_PATH to be set in the spark config | ||
[#653](https://github.com/onnx/onnxmltools/pull/653) | ||
(by @Ironwood-Cyber) | ||
* Sparkml converter: support type StringType and StringType() | ||
[#639](https://github.com/onnx/onnxmltools/pull/639) | ||
* Add check for base_score in _get_attributes function | ||
[#637](https://github.com/onnx/onnxmltools/pull/637), | ||
[#626](https://github.com/onnx/onnxmltools/pull/626), | ||
(by @tolleybot) | ||
* Support for lightgbm >= 4.0 | ||
[#634](https://github.com/onnx/onnxmltools/pull/634) |
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