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. No new widgets are provided in this package. The existing nodes File and Save Data will have full support to read/write ARFF files (.arff).
Installation
Orange add-on installer
Install from Orange add-on installer through Options -> Add-ons. Write the name "OrangeARFF" and press "Add" button.
Using pip
To install the add-on with pip use
pip install OrangeARFF
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 OrangeARFF
Required Dependencies:
- numpy>=1.22.4
- AnyQt>=0.2.0
- Orange3>=3.30.0
- PyQt6>=6.5.0
- scipy>=1.7.3
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
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
Built Distribution
File details
Details for the file OrangeARFF-1.0.1.tar.gz
.
File metadata
- Download URL: OrangeARFF-1.0.1.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9bc8f8579202d8e03d7e4c38622ddb19d7d37fb56ffeb7420de25a6df0e394d |
|
MD5 | 1f199637b1867e18a147ea49b4fbc22d |
|
BLAKE2b-256 | ebcc0d33f0e91ac7bb7ee6f36af59105a9be4e9d09eabe5dc8bb26b84adb7f2b |
File details
Details for the file OrangeARFF-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: OrangeARFF-1.0.1-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ceddcdc139e68c5812afab4b9b267fdd45ab782477b7f403210762a8c7be293 |
|
MD5 | ad6e1294dec70b4c23cc26564d9c6ac3 |
|
BLAKE2b-256 | 43595a0beccb3984ab0b097f751fea5823e54878e71609a5d643c83fc18d97c3 |