Learn R Programming

irace (version 3.4.1)

irace2pyimp_cmdline: Command-line interface to irace2pyimp

Description

This is a command-line interface for calling the irace2pyimp function, which converts an irace.Rdata file into the input format supported by the parameter importance analysis tool PyImp (https://github.com/automl/ParameterImportance).
The best way to use this command line interface is to run the script irace-to-pyimp.
To see usage of the script, run: irace-to-pyimp --help

Usage

irace2pyimp_cmdline(argv = commandArgs(trailingOnly = TRUE))

Value

None.

Arguments

argv

(character())
Command-line arguments.

Author

Nguyen Dang and Manuel López-Ibáñez

See Also

irace2pyimp

Examples

Run this code

irace2pyimp_cmdline("--help")

Run the code above in your browser using DataLab