:: AlphaComponent :: Maps a sequence of terms to their term frequencies using the hashing trick.
:: AlphaComponent :: Standardizes features by removing the mean and scaling to unit variance using column summary statistics on the samples in the training set.
:: AlphaComponent :: Model fitted by StandardScaler.
:: AlphaComponent :: A tokenizer that converts the input string to lowercase and then splits it by white spaces.