cattonum icon indicating copy to clipboard operation
cattonum copied to clipboard

Encode Categorical Features (unmaintained)

Results 19 cattonum issues
Sort by recently updated
recently updated
newest added

investigate `Rcpp` and other ways to speed up the code

enhancement

make sure all scripts follow the same framework. should focus on functionality and edge cases, with less focus on handling of different ways to specify columns. some examples: * zero...

enhancement

especially helpful for encoding test data. use `std::map`?

enhancement

``` Run Rscript -e 'covr::codecov(token = "")' $meta $meta$status [1] 400 $error $error$reason [1] "Please provide the repository token to upload reports via `-t :repository-token`" $error$context NULL ```

e.g. `rlang::abort()`?

question

- [ ] postfix function names with 2 like e.g. `purrr::map2()` (`catto_loo` and `catto_loo2`) - [ ] make sure everything returns an s3 class from cattonum (single vs multiple dfs)...

enhancement