powered by
ppred_examples_df
Tokenize features and target of a processed ppred_examples_df object to fit the Transformer model.
tokenize(processed_df)
A list of (sequence) tokens and additional numeric or categorical features.
list
numeric
categorical
A preprocessed object of type ppred_examples_df returned by prepare_examples().
prepare_examples()