UnePatate5010 / GUI-White-Black-Box-Models-Mix

Enhancing Machine Learning Interpretability Through a GUI
MIT License
1 stars 1 forks source link

Inf error #12

Closed UnePatate5010 closed 2 months ago

UnePatate5010 commented 3 months ago

The ex-fuzzy package behave weirdly with some datasets. Especially, a lot of RuntimeWarning: overflow encountered in divide appear. This is due to the following lines int ex_fuzzy\fuzzy_sets.py:

aux1 = (x - a) / (b - a)
aux2 = (d - x) / (d - c)
UnePatate5010 commented 2 months ago

the issue seems to have been solved by itself ¯ \ (ツ) / ¯