extract_feature_info: Extract feature information from a dataset, excluding timestamps.
Description
This function analyzes the given dataset and extracts information about each feature.
Usage
extract_feature_info(data, timestamp_col = "timestamp")
Value
A list containing information about each feature, including type and bounds/categories.
Arguments
- data
The dataset to analyze.
- timestamp_col
Optional. The name of the timestamp column to exclude from features.