rxn.reaction_preprocessing.stable_data_splitter

A utility class to split data sets in a stable manner.

Functions

split(cfg)

param cfg

Classes

StableDataSplitter(reaction_column_name, ...)

param reaction_column_name

StableSplitter(split_ratio[, seed])

Split data in a reproducible manner, based on the hash of values required to always be in the same split.