AutopilotMode {datarobot}R Documentation

Autopilot modes

Description

This is a list that contains the valid values for autopilot mode. If you wish, you can specify autopilot modes using the list values, e.g. AutopilotMode$FullAuto instead of typing the string "auto". This way you can benefit from autocomplete and not have to remember the valid options.

Usage

AutopilotMode

Format

An object of class list of length 4.

Details

FullAuto represents running the entire autopilot. Quick runs a quicker, abridged version of the autopilot that focuses on the most important models. Manual does not run the autopilot and instead leaves it to the user to select the algorithms to be run. Comprehensive runs all blueprints in the repository, and may be extremely slow.


[Package datarobot version 2.18.6 Index]