:py:mod:`bluecast.tests.test_preprocessing_recipes` =================================================== .. py:module:: bluecast.tests.test_preprocessing_recipes Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bluecast.tests.test_preprocessing_recipes.mock_remove_correlated_columns bluecast.tests.test_preprocessing_recipes.sample_data bluecast.tests.test_preprocessing_recipes.preprocessing_instance bluecast.tests.test_preprocessing_recipes.test_initialization bluecast.tests.test_preprocessing_recipes.test_fit_transform bluecast.tests.test_preprocessing_recipes.test_transform bluecast.tests.test_preprocessing_recipes.test_no_numerical_columns .. py:function:: mock_remove_correlated_columns(df, threshold) .. py:function:: sample_data() .. py:function:: preprocessing_instance() .. py:function:: test_initialization(preprocessing_instance) .. py:function:: test_fit_transform(sample_data, preprocessing_instance, monkeypatch) .. py:function:: test_transform(sample_data, preprocessing_instance, monkeypatch) .. py:function:: test_no_numerical_columns()