Versions in this module Expand all Collapse all v1 v1.3.1 Apr 24, 2026 v1.3.0 Apr 24, 2026 Changes in this version + func GetTransformableColumns(in Input, transformType Type) []string + type Input struct + CategoricalColumns map[string][]string + ColumnTypes map[string]string + Columns int + Data [][]string + Headers []string + Rows int + type Options struct + BinCount int + Columns []string + MaxValue float64 + MinValue float64 + Type Type + type Result struct + CategoricalColumns map[string][]string + ColumnTypes map[string]string + Columns int + Data [][]string + Headers []string + Messages []string + NewColumns []string + TransformedColumns []string + func Apply(in Input, opts Options) (*Result, error) + type Type string + const Bin + const Log + const MinMax + const OneHot + const Sqrt + const Square + const Standardize