Skip to main content

AFFF add-on for Orange 3 Orange.data.io mining software.

Project description

Orange3 ARFF

ARFF add-on for Orange 3 data mining software provides load and save nodes to retrieve and store data in the Weka ARFF file format.

Installation

Orange add-on installer

Install from Orange add-on installer through Options -> Add-ons.

Installation

Using pip

To install the add-on with pip use

pip install TimeFeatures

To install the add-on from source, run

python setup.py 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

python setup.py develop

You can also run

pip install -e .

which is sometimes preferable as you can pip uninstall packages later.

Anaconda

If using Anaconda Python distribution, simply run

pip install TimeFeatures

Required Dependencies:

  • numpy>=1.22.4
  • AnyQt>=0.2.0
  • Orange3>=3.34.0
  • PyQt5>=5.15.6
  • scipy>=1.7.3
  • Orange3-Network>=1.8.0

Usage

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

orange-canvas

or

python3 -m Orange.canvas

New widgets are in the toolbox bar under Time-Features section.

Workflow Example

This is an example of how you can use this add-on.

Workflow

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

OrangeARFF-1.0.0.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

OrangeARFF-1.0.0-py3-none-any.whl (15.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