actableai.debiasing package

Submodules

actableai.debiasing.debiasing_model module

class actableai.debiasing.debiasing_model.DebiasingModel(**kwargs)

Bases: autogluon.core.models.abstract.abstract_model.AbstractModel

TODO write documentation

convert_to_template()

TODO write documentation

is_fit()

TODO write documentation

classmethod load(path: str, reset_paths=True, verbose=True)

TODO write documentation

persist_models()

TODO write documentation

save(path=None, verbose=True)

TODO write documentation

unpersist_models()

TODO write documentation

actableai.debiasing.pivot_gan module

actableai.debiasing.residuals_model module

class actableai.debiasing.residuals_model.ResidualsModel(path, biased_groups, debiased_features)

Bases: object

TODO write documentation

fit(X, hyperparameters=None, presets=None, ag_args_fit=None, num_cpus='auto', num_gpus='auto')

TODO write documentation

classmethod load(path)

TODO write documentation

persist_models()

TODO write documentation

predict(X)

TODO write documentation

residuals_file = 'residuals_predictor.pkl'
save(path=None)

TODO write documentation

unpersist_models()

TODO write documentation

Module contents