Search papers, labs, and topics across Lattice.
This paper introduces an interpretable regression extension for the Ex-Fuzzy library that leverages Mamdani fuzzy inference with scalar consequents directly learned from data. By employing a target-aware partition initialization strategy based on Fuzzy C-Means clustering, the method emphasizes output-relevant regions of the feature space, resulting in improved interpretability and predictive accuracy. Experimental evaluations across ten regression datasets reveal that the proposed Gaussian partitioning outperforms traditional trapezoidal partitions and standard regression models, achieving a mean coefficient of determination of approximately 0.86 with compact, human-readable rule bases.
Gaussian partitions in fuzzy regression can achieve 86% predictive accuracy while maintaining interpretable rule bases of just 10-15 rules.
Machine learning models achieve high predictive accuracy in regression tasks, but their deployment in safety-critical and regulated domains requires interpretability. While fuzzy rule-based systems offer transparent, linguistically explicit interpretable models, Mamdani-style fuzzy regression remains underrepresented in modern machine learning software libraries. This paper presents an interpretable regression extension for the Ex-Fuzzy library, enabling Mamdani fuzzy inference with scalar consequents learned directly from data. For this, a target-aware partition initialisation strategy based on Fuzzy C-Means clustering is introduced, in which linguistic variables are derived from an augmented input-output space to emphasise output-relevant regions of the feature space. The proposed extension is evaluated on ten regression datasets from the KEEL repository, comparing Gaussian and trapezoidal partition strategies against standard baselines including linear regression, multilayer perceptron, and random forests. Experimental results show that Gaussian partitions consistently outperform uniform trapezoidal partitions, achieving a mean coefficient of determination of approximately 0.86 while producing compact rule bases of 10-15 human-readable rules. The proposed implementation provides a transparent and competitive alternative to black-box regression models, supporting practical interpretability with competitive predictive performance.