This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUBMARINE-1255. Add XGBoost support to MLJob
### What is this PR for? Add XGBoost support to MLJob ### What type of PR is it? Feature ### Todos * [x] update ExperimentSpecParser * [x] create XGBoost Folder in Model Folder * [ ] add XGBoost button in Workbench ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-1255 ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Do the license files need updating? No * Are there breaking changes for older versions? No * Does this need new documentation? No Author: Kevin Su <[email protected]> Author: JackLiu00521 <[email protected]> Signed-off-by: Kevin <[email protected]> Closes #939 from JackLiu00521/SUBMARINE-1255 and squashes the following commits: a2f0b2a [Kevin Su] Fixed tests c270fd3 [Kevin Su] Fixed tests 02b75b8 [Kevin Su] Fixed tests f3ba3e1 [Kevin Su] Fixed tests 4eab29b [Kevin Su] Fixed tests edc1da7 [Kevin Su] Fixed tests e30c6e0 [Kevin Su] Fixed tests 832c553 [Kevin Su] Fixed tests 40484fd [Kevin Su] Fixed tests b29b559 [Kevin Su] Fixed tests b8ad1d8 [Kevin Su] Fixed tests 778b6ba [Kevin Su] Merge branch 'master' of github.com:apache/submarine into SUBMARINE-1255 f47dfdf [Kevin Su] Fixed tests c5ebd47 [JackLiu00521] Merge pull request #3 from pingsutw/939 30b6961 [Kevin Su] Few updates 304724c [Kevin Su] Few updates 785ce9b [JackLiu00521] fix errors 41d24f0 [JackLiu00521] 20220627 temp commit 301b210 [JackLiu00521] temp commit 5feb168 [JackLiu00521] temp commit before buidl 85435bb [JackLiu00521] SUBMARINE-1255. update experimentSpectParserTest 8625ed0 [JackLiu00521] update indentation d24aad8 [JackLiu00521] update parseXGBoostJobSpec bca3c60 [JackLiu00521] add xgboost model, update parser 830ab55 [JackLiu00521] commit after fetch upstream
- Loading branch information
Showing
24 changed files
with
511 additions
and
72 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 |
---|---|---|
|
@@ -52,6 +52,7 @@ rules: | |
- notebooks | ||
- pytorchjobs | ||
- tfjobs | ||
- xgboostjobs | ||
verbs: | ||
- "*" | ||
- apiGroups: | ||
|
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
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.