LionForests Bot
Interactive dialogue between user-machine learning model via explanations
"LionForest Bot" is a chatbot that performs interactive user-Random Forest model dialogue through explanations, towards more usable and understandable explanations for the users. "LionForest Bot" is based on "LionForests", a package used for local interpretation of Random Forests also available on this platform.
Execution environment: interpreted
Version of the environment: Python 3.7.8
Install and run: Please ensure you have Flask installed. Then: run on terminal python3 app.py. After successfully running LFBot, please go to your browser to the proposed url (probably it will be http://127.0.0.1:5000). Then, enjoy LF-Bot.
Additional information: Moving into the future, we can assume that systems or models that utilize Machine Learning technologies, increasingly sophisticated and complex, will be widely used to draw useful conclusions, after consuming and processing large volumes of data. Many of these models, although showing extremely high performance, are characterized as black boxes, as they do not provide information about the rationale behind the decisions they make, thus creating a climate of distrust and avoidance. To deal with this problem, it is necessary to synthesize techniques for explaining the aforementioned models, like Random Forest. In this work, which is based on ``LionForests'', a package used for local interpretation of Random Forests, we propose our own solution to the problem by expanding the current package and presenting the ''LionForest Bot'', a chatbot that performs interactive user-Random Forest model dialogue through explanations, towards more usable and understandable explanations for the users.
External links: