Konstantinos Tsopelas

Results 4 issues of Konstantinos Tsopelas

Hello! I think there is a potential issue when one tries to create several `TabularTransform` instances (`omnixai.preprocessing.tabular.TabularTransform`). Specifically, the `__init__` function of `TabularTransform` has default values for its 3 arguments...

@hoffmansc Wrote fixes for the bugs documented in issues #531 and #532. For the issue of the hard-coded features in the `recIsValid` function (issue #531, code [here](https://github.com/Trusted-AI/AIF360/blob/7c4f172f4a81b1d14d19400e95c468aaf3134952/aif360/sklearn/detectors/facts/predicate.py#L198)), the fix currently...

Inside the `fit` method of the `FACTS` detector, the function `calc_costs` is called to calculate the costs of the recourses. But the `params` argument (which includes the `feature_weights`) is not...

In the internal `valid_ifthens` function, there are 2 points where there exist hard-coded feature names in the code, and these parts of the code fail without them. Specifically: 1. [here](https://github.com/Trusted-AI/AIF360/blob/7c4f172f4a81b1d14d19400e95c468aaf3134952/aif360/sklearn/detectors/facts/misc.py#L285),...