Feature Generation - String#
Text Properties#
CharacterStatistics- Character-level statisticsLength- String lengthOccurrences- Count substring occurrences
Text Patterns#
Contains- Check if string contains substringEndswith- Check if string ends with patternPatternDetector- Detect regex patternsStartswith- Check if string starts with pattern
Text Transformation#
ExtractSubstring- Extract substringLower- Convert to lowercaseNGram- Generate n-gramSplit- Split based on a delimiterSplitExtract- Split based on a delimiter and extractUpper- Convert to uppercase
Text Interaction#
InteractionFeatures- Exhaustive string interactionsCombineFeatures- Selected string interactions