Skip to main content

Orange FCA add-on for Orange data mining software package.

Project description

Orange-FCA

This repository contains an add-on for the Orange Datamining Framework which extends the functionality with multiple Formal Concept Analysis widgets.

Requirements

  • Python 3.7+ or 3.10

Installation

In order to install local dependencies firstly initialize a local virtual environment (Example with Pipenv, otherwise follow normal pip installation).

  • Pip
    • pip install -r requirements.txt
  • Pipenv
    • pipenv install (or pipenv install --dev)

Then, we need to include the library into Orange:

  • Pip (editable mode)

    • pip install -e .
  • Pipenv

    • pipenv install '-e .'

Usage

After the installation, the widgets from this add-on are registered with Orange. To run Orange from the terminal, use

  • python3 -m Orange.canvas

The new widgets are in the toolbox bar under FCA Addon section.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orange3-fca-addon-0.0.4.tar.gz (40.9 kB view hashes)

Uploaded Source

Built Distribution

orange3_fca_addon-0.0.4-py3-none-any.whl (29.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page