Skip to content

biolab/orange3-explain

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc79e7e · Jun 13, 2024
Mar 5, 2024
Aug 8, 2022
Jun 13, 2024
Dec 21, 2020
Dec 21, 2020
Nov 27, 2020
Dec 21, 2020
Nov 27, 2020
Dec 9, 2020
Dec 21, 2020
Jun 13, 2024
Jun 13, 2024

Repository files navigation

Orange3 Explain

Orange3 Explain is an add-on for the Orange3 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.