-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use EvoTrees instead of XGBoost in documentation (#57)
* Use EvoTrees instead of XGBoost * Update runtests.jl * Try to fix use of MLJ interface * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/rstar.jl * Apply suggestions from code review Co-authored-by: Seth Axen <[email protected]> * Fix RNG of `EvoTreeClassifier` in tests * Update rstar.jl * Update rstar.jl * Update test/rstar.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Bump compat entries * Apply suggested changes * Use a more advanced example * Test XGBoost as well * Update rstar.jl * Update rstar.jl * Update EvoTrees dependency * Update documentation * Use MLJ traits * Update src/rstar.jl Co-authored-by: Seth Axen <[email protected]> * Some refactoring and additional tests * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Seth Axen <[email protected]>
- Loading branch information
1 parent
1799e79
commit 2e07d21
Showing
9 changed files
with
207 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
version: | ||
- '1.3' | ||
- '1.6' | ||
- '1' | ||
- 'nightly' | ||
os: | ||
|
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
*.jl.*.cov | ||
*.jl.cov | ||
*.jl.mem | ||
/Manifest.toml | ||
/test/Manifest.toml | ||
/test/rstar/Manifest.toml | ||
Manifest.toml | ||
/docs/build/ |
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 |
---|---|---|
@@ -1,14 +1,16 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5" | ||
MCMCDiagnosticTools = "be115224-59cd-429b-ad48-344e309966f0" | ||
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d" | ||
MLJXGBoostInterface = "54119dfa-1dab-4055-a167-80440f4f7a91" | ||
MLJIteration = "614be32b-d00c-4edb-bd02-1eb411ab5e55" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
|
||
[compat] | ||
Documenter = "0.27" | ||
EvoTrees = "0.14.7" | ||
MCMCDiagnosticTools = "0.2" | ||
MLJBase = "0.19, 0.20, 0.21" | ||
MLJXGBoostInterface = "0.1, 0.2, 0.3" | ||
julia = "1.3" | ||
MLJIteration = "0.5" | ||
julia = "1.6" |
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.
2e07d21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
2e07d21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/75838
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: