tool_analytics/model

AMD module for model actions confirmation.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) confirmAction(actionId, actionType)

Source:

Displays a confirm modal window before executing the action.

Parameters:
Name Type Description
actionId String
actionType String

(inner) selectEvaluationOptions(actionId, trainedOnlyExternally)

Source:

Displays evaluation mode and time-splitting method choices.

Parameters:
Name Type Description
actionId String
trainedOnlyExternally Boolean

(inner) selectExportOptions(actionId, isTrained)

Source:

Displays export options.

We have two main options: export training data and export configuration. The 2nd option has an extra option: include the trained algorithm weights.

Parameters:
Name Type Description
actionId String
isTrained Boolean