-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support local xgboost regressor (#1052)
* regressor: support local xgboost regressor Signed-off-by: Huamin Chen <[email protected]> * fix lint Signed-off-by: Huamin Chen <[email protected]> * update CI Signed-off-by: Huamin Chen <[email protected]> * use new xgboost model Signed-off-by: Huamin Chen <[email protected]> * use xgboost regressor Signed-off-by: Huamin Chen <[email protected]> --------- Signed-off-by: Huamin Chen <[email protected]>
- Loading branch information
Showing
13 changed files
with
501 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ jobs: | |
uses: sustainable-computing-io/[email protected] | ||
with: | ||
ebpfprovider: bcc | ||
xgboost_version: 2.0.1 | ||
- name: Prepare environment | ||
run: | | ||
sudo apt-get install -y cpuid | ||
|
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.