climb.tool.impl_agpl package¶
Submodules¶
climb.tool.impl_agpl.tool_data_valuation module¶
- class climb.tool.impl_agpl.tool_data_valuation.KNNShapleyValuation[source]¶
Bases:
ToolBase
climb.tool.impl_agpl.tool_outlier_detection module¶
- class climb.tool.impl_agpl.tool_outlier_detection.CleanlabOutlierDetection[source]¶
Bases:
ToolBase
- climb.tool.impl_agpl.tool_outlier_detection.clean_dataframe(df, unique_threshold=15)[source]¶
Cleans the dataframe by encoding categorical variables, handling missing values, and converting data types.
Parameters: - df (pd.DataFrame): The input dataframe to clean. - unique_threshold (int): Threshold to decide if a numerical column should be treated as categorical.
Returns: - pd.DataFrame: The cleaned dataframe.
Module contents¶
Any tools that are incompatible with Apache 2.0 license should be defined within this package directory.