Skip to content

Commit

Permalink
fix pkgdown ref
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jan 30, 2025
1 parent af8ff8c commit 7d7bc3b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ reference:
- createUnivariateFeatureSelection
- createSplineSettings
- createStratifiedImputationSettings
- createNormalizer
- createSimpleImputer
- createIterativeImputer
- createRareFeatureRemover
- title: "External validation"
contents:
- createValidationDesign
Expand All @@ -113,7 +117,7 @@ reference:
- createDefaultExecuteSettings
- title: "Binary Classification Models"
desc: >
Functions for setting binary classifiers and their hyper-parameter search.
Functions for creating binary models
contents:
- setAdaBoost
- setDecisionTree
Expand All @@ -127,7 +131,7 @@ reference:
- setLightGBM
- title: "Survival Models"
desc: >
Functions for setting survival models and their hyper-parameter search.
Functions for creating survival models
contents:
- setCoxModel
- title: "Single Patient-Level Prediction Model"
Expand All @@ -143,7 +147,7 @@ reference:
- diagnosePlp
- title: "Multiple Patient-Level Prediction Models"
desc: >
Functions for training mutliple patient-level-prediction model in an efficient way.
Functions for training multiple patient-level-prediction model in an efficient way.
contents:
- createModelDesign
- runMultiplePlp
Expand Down

0 comments on commit 7d7bc3b

Please sign in to comment.