https://github.com/biolab/orange3-explain
Explainable AI add-on for Orange3
https://github.com/biolab/orange3-explain
Last synced: 3 months ago
JSON representation
Explainable AI add-on for Orange3
- Host: GitHub
- URL: https://github.com/biolab/orange3-explain
- Owner: biolab
- License: gpl-3.0
- Created: 2020-11-27T11:03:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-23T14:11:19.000Z (4 months ago)
- Last Synced: 2026-02-23T21:40:06.860Z (4 months ago)
- Language: Python
- Size: 1.21 MB
- Stars: 7
- Watchers: 11
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
Orange3 Explain
===============
Orange3 Explain is an add-on for the [Orange3](http://orange.biolab.si)
data mining suite. It provides extensions for explanatory AI.
Installation
------------
Install from Orange add-on installer through Options - Add-ons.
To install the add-on from source run
pip install .
To register this add-on with Orange, but keep the code in the development directory (do not copy it to
Python's site-packages directory), run
pip install -e .
Usage
-----
After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal,
use
orange-canvas
or
python -m Orange.canvas
The new widget appears in the toolbox bar under the section Example.