dot-parse_integer_features: Internal function for converting integer features

.parse_integer_featuresR Documentation

Internal function for converting integer features

Description

Internal function for converting integer features

Usage

.parse_integer_features(data, outcome_type)

Arguments

data

data.table with feature data

outcome_type

character, indicating the type of outcome

Details

This function parses columns containing integer feature data to features to double. This prevents, e.g., errors when the result of an operation on the feature data yields a non-integer (i.e. floating point) result.

Value

data.table with integer features converted to double.


familiar documentation built on Sept. 30, 2024, 9:18 a.m.