fl4health.feature_alignment namespace¶
Submodules¶
- fl4health.feature_alignment.constants module
- fl4health.feature_alignment.string_columns_transformer module
- fl4health.feature_alignment.tab_features_info_encoder module
TabularFeaturesInfoEncoder
TabularFeaturesInfoEncoder.encoder_from_dataframe()
TabularFeaturesInfoEncoder.features_by_type()
TabularFeaturesInfoEncoder.from_json()
TabularFeaturesInfoEncoder.get_categories_list()
TabularFeaturesInfoEncoder.get_feature_columns()
TabularFeaturesInfoEncoder.get_tabular_features()
TabularFeaturesInfoEncoder.get_tabular_targets()
TabularFeaturesInfoEncoder.get_target_columns()
TabularFeaturesInfoEncoder.get_target_dimension()
TabularFeaturesInfoEncoder.to_json()
TabularFeaturesInfoEncoder.type_to_features()
- fl4health.feature_alignment.tab_features_preprocessor module
TabularFeaturesPreprocessor
TabularFeaturesPreprocessor.fill_in_missing_columns()
TabularFeaturesPreprocessor.get_default_binary_pipeline()
TabularFeaturesPreprocessor.get_default_numeric_pipeline()
TabularFeaturesPreprocessor.get_default_one_hot_pipeline()
TabularFeaturesPreprocessor.get_default_ordinal_pipeline()
TabularFeaturesPreprocessor.get_default_string_pipeline()
TabularFeaturesPreprocessor.initialize_default_pipelines()
TabularFeaturesPreprocessor.preprocess_features()
TabularFeaturesPreprocessor.return_column_transformer()
TabularFeaturesPreprocessor.set_feature_pipeline()
- fl4health.feature_alignment.tabular_feature module
- fl4health.feature_alignment.tabular_type module