diff --git a/R/fitters.R b/R/fitters.R index 01f439b..8302b5f 100644 --- a/R/fitters.R +++ b/R/fitters.R @@ -225,7 +225,7 @@ projection_on_feature <- function( #' @title Get features with non-zero coefficients #' @param fit_obj S3 fit object. -#' @return One-column matrix with non-zero coefficients and featue names as row names. +#' @return One-column matrix with non-zero coefficients and feature names as row names. #' @details Throws an error if method for a class is not implemented (e.g. for `ptk_ranger` #' because "non-zero coefficients" do not make sense with random forests). #' @export diff --git a/README.md b/README.md index 569b3f3..0c75a35 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ you often want to compare your picked model to a benchmark model — no problem, output into your data and specify a `Model` for it with the help of the `projection_on_feature()` fitter. - #### Meta analysis +#### Meta analysis After testing the picked model on a test cohort, unlock it for more models, plot validation versus test error, group models by their hyperparameters and find out which hyperparameters come with @@ -129,77 +129,4 @@ look at `greedy_nestor()` and `long_nestor()`. ### Usage See patroklos in action in the -[repository of my master thesis](https://github.com/lgessl/master-thesis). - - \ No newline at end of file +[repository of my master thesis](https://github.com/lgessl/master-thesis). \ No newline at end of file