bluecast.tests.test_preprocessing_recipes

Module Contents

Functions

mock_remove_correlated_columns(df, threshold)

sample_data()

preprocessing_instance()

test_initialization(preprocessing_instance)

test_fit_transform(sample_data, ...)

test_transform(sample_data, preprocessing_instance, ...)

test_no_numerical_columns()

bluecast.tests.test_preprocessing_recipes.mock_remove_correlated_columns(df, threshold)
bluecast.tests.test_preprocessing_recipes.sample_data()
bluecast.tests.test_preprocessing_recipes.preprocessing_instance()
bluecast.tests.test_preprocessing_recipes.test_initialization(preprocessing_instance)
bluecast.tests.test_preprocessing_recipes.test_fit_transform(sample_data, preprocessing_instance, monkeypatch)
bluecast.tests.test_preprocessing_recipes.test_transform(sample_data, preprocessing_instance, monkeypatch)
bluecast.tests.test_preprocessing_recipes.test_no_numerical_columns()