Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlr-org/ParamHelpers

Helpers for parameters in black-box optimization, tuning and machine learning.
https://github.com/mlr-org/ParamHelpers

Last synced: about 1 month ago
JSON representation

Helpers for parameters in black-box optimization, tuning and machine learning.

Awesome Lists containing this project

README

        

# ParamHelpers

Package website: [release](https://paramhelpers.mlr-org.com/) | [dev](https://paramhelpers.mlr-org.com/dev)

Helpers for parameters in black-box optimization, tuning and machine learning.

[![tic](https://github.com/mlr-org/ParamHelpers/workflows/tic/badge.svg?branch=master)](https://github.com/mlr-org/ParamHelpers/actions)
[![CRAN Status Badge](http://www.r-pkg.org/badges/version/ParamHelpers)](http://cran.r-project.org/web/packages/ParamHelpers)
[![Codecov test coverage](https://codecov.io/gh/mlr-org/ParamHelpers/branch/master/graph/badge.svg)](https://codecov.io/gh/mlr-org/ParamHelpers?branch=master)
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/ParamHelpers)](http://cran.rstudio.com/web/packages/ParamHelpers/index.html)

- Offical CRAN release site:
http://cran.r-project.org/web/packages/ParamHelpers/index.html

- R Documentation in HTML:
https://paramhelpers.mlr-org.com/reference/

- Run this in R to install the current GitHub version:

```r
remotes::install_github("mlr-org/ParamHelpers")
```

- [Further installation instructions](https://github.com/tudo-r/PackagesInfo/wiki/Installation-Information)