IndexTrainTestLeakage#

class IndexTrainTestLeakage[source]#

Check if test indexes are present in train data.

Parameters
n_to_showint , default: 5

Number of samples with same indices in train and test to show.

__init__(n_to_show: int = 5, **kwargs)[source]#
__new__(*args, **kwargs)#

Methods

IndexTrainTestLeakage.add_condition(name, ...)

Add new condition function to the check.

IndexTrainTestLeakage.add_condition_ratio_less_or_equal([...])

Add condition - require index leakage ratio to be less or equal to threshold.

IndexTrainTestLeakage.clean_conditions()

Remove all conditions from this check instance.

IndexTrainTestLeakage.conditions_decision(result)

Run conditions on given result.

IndexTrainTestLeakage.config()

Return check configuration (conditions' configuration not yet supported).

IndexTrainTestLeakage.from_config(conf)

Return check object from a CheckConfig object.

IndexTrainTestLeakage.metadata([with_doc_link])

Return check metadata.

IndexTrainTestLeakage.name()

Name of class in split camel case.

IndexTrainTestLeakage.params([show_defaults])

Return parameters to show when printing the check.

IndexTrainTestLeakage.remove_condition(index)

Remove given condition by index.

IndexTrainTestLeakage.run(train_dataset, ...)

Run check.

IndexTrainTestLeakage.run_logic(context)

Run check.