.. _f-connexsplit: module ``df.connex_split`` ========================== .. inheritance-diagram:: pandas_streaming.df.connex_split Short summary +++++++++++++ module ``pandas_streaming.df.connex_split`` Implements a connex split between train and test. :githublink:`%|py|6` Classes +++++++ +-----------------------------------------------------------------------------------------------+----------------------------------------------+ | class | truncated documentation | +===============================================================================================+==============================================+ | :class:`ImbalancedSplitException ` | Raised when an imbalanced split is detected. | +-----------------------------------------------------------------------------------------------+----------------------------------------------+ Functions +++++++++ +------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +================================================================================================+===========================================================================================================================+ | :func:`train_test_apart_stratify ` | This split is for a specific case where data is linked in one way. Let's assume we have two ids as we have for online ... | +------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :func:`train_test_connex_split ` | This split is for a specific case where data is linked in many ways. Let's assume we have three ids as we have for ... | +------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ | :func:`train_test_split_weights ` | Splits a database in train/test given, every row can have a different weight. | +------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pandas_streaming.df.connex_split :members: :special-members: __init__ :show-inheritance: