Module: NexosisApi::ColumnRole

Defined in:
lib/nexosis_api/column_role.rb

Overview

Constants for dataset column role

Constant Summary collapse

NONE =

No specific role, additional data which could be identified as target in a session

:none
TIMESTAMP =

The timestamp column to use as the basis for a time-series session request

:timestamp
TARGET =

The target column for which to make predictions

:target
FEATURE =

A feature to be included in analysis

:feature
KEY =

This column will be used to uniquely identify rows during update and delete operations, but will not be used as a feature.

:key