-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: get_private in callbacks * chore: add catboost and mlr3oml to dependencies * refactor: move classif class to new file * feat: build graph after init * fix: set_validate * refactor: build graph only if emptys * test: fix glmnet test * test: fix early stopping * refactor: package * tests: disable parallel tests * docs: fix * tests: fix * tests: remove logger callback --------- Co-authored-by: be-marc <[email protected]>
- Loading branch information
Showing
24 changed files
with
1,270 additions
and
1,195 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 |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
^CRAN-SUBMISSION$ | ||
^man/figures$ | ||
.vscode | ||
^kaggle/$ | ||
^kaggle$ |
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,22 +1,20 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(autoplot,LearnerClassifAutoBranch) | ||
export(LearnerAutoBranch) | ||
export(LearnerClassifAutoBranch) | ||
export(autoplot) | ||
export(fortify) | ||
export(LearnerClassifAuto) | ||
export(LearnerClassifAutoSVM) | ||
export(LearnerClassifAutoXgboost) | ||
export(LearnerRegrAuto) | ||
import(R6) | ||
import(bbotk) | ||
import(checkmate) | ||
import(data.table) | ||
import(ggplot2) | ||
import(lhs) | ||
import(mlr3) | ||
import(mlr3extralearners) | ||
import(mlr3learners) | ||
import(mlr3mbo) | ||
import(mlr3misc) | ||
import(mlr3pipelines) | ||
import(mlr3tuning) | ||
import(mlr3tuningspaces) | ||
import(paradox) | ||
importFrom(ggplot2,autoplot) | ||
importFrom(ggplot2,fortify) | ||
importFrom(rush,rush_config) |
Oops, something went wrong.