irace2pyimp_cmdline {irace}R Documentation

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))

Arguments

argv

(character())
Command-line arguments.

Value

None.

Author(s)

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

See Also

irace2pyimp

Examples


irace2pyimp_cmdline("--help")


[Package irace version 3.4.1 Index]