dice_ml.utils package¶
Subpackages¶
Submodules¶
dice_ml.utils.helpers module¶
This module containts helper functions to load data and get meta deta.
-
dice_ml.utils.helpers.
get_base_gen_cf_initialization
(data_interface, encoded_size, cont_minx, cont_maxx, margin, validity_reg, epochs, wm1, wm2, wm3, learning_rate)[source]¶
-
dice_ml.utils.helpers.
load_adult_income_dataset
()[source]¶ Loads adult income dataset from https://archive.ics.uci.edu/ml/datasets/Adult and prepares the data for data analysis based on https://rpubs.com/H_Zhu/235617
- Return adult_data
returns preprocessed adult income dataset.