Skip to content

Commit

Permalink
docs: document
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Oct 20, 2023
1 parent e5f7d90 commit 4ce5c23
Show file tree
Hide file tree
Showing 5 changed files with 470 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export(LearnerClassifBart)
export(LearnerClassifC50)
export(LearnerClassifCForest)
export(LearnerClassifCTree)
export(LearnerClassifCatboost)
export(LearnerClassifEarth)
export(LearnerClassifFNN)
export(LearnerClassifGAMBoost)
Expand Down Expand Up @@ -41,6 +42,7 @@ export(LearnerRegrAbess)
export(LearnerRegrBart)
export(LearnerRegrCForest)
export(LearnerRegrCTree)
export(LearnerRegrCatboost)
export(LearnerRegrCubist)
export(LearnerRegrEarth)
export(LearnerRegrFNN)
Expand Down
1 change: 1 addition & 0 deletions man/mlr3extralearners-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

234 changes: 234 additions & 0 deletions man/mlr_learners_classif.catboost.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4ce5c23

Please sign in to comment.