njnmco / hopticulate

Reticulate wrapper for hyperopt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hopticulate

The goal of hopticulate is to wrap the most excellent hyperopt python package so that it can be easily used from R.

Installation

You can install the development version of hopticulate from GitHub with:

remotes::install_github("njnmco/hopticulate")

Python package installation

You will also need to install the python package, at least until CRAN approves some way of doing so automatically:

reticulate::py_install("hyperopt")

Example

Please see the getting started demo

About

Reticulate wrapper for hyperopt


Languages

Language:R 100.0%