Timefeatures add-on for Orange 3 data mining software.
Project description
Orange3 TimeFeatures
Timefeatures add-on for Orange 3 data mining software for generating synthetic data using datasets with time series, generating graphs of relationships between the generated variables and includes another widget to save the data and configuration tables in a database.
Installation
Orange add-on installer
Install from Orange add-on installer through Options -> Add-ons.
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
- PyQtWebEngine>=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.
Documentation
The add-on includes Sphinx documentation for each widget. Orange resolves the local HTML pages through its internal Help panel, not through an internet URL. To rebuild the documentation locally, run
pip install -e ".[docs]"
python -m sphinx -b html docs timefeatures/help_html
Use the widget help action in Orange to open the corresponding page inside the Orange Help window.
Workflow Example
This is an example of how you can use this add-on.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timefeatures-2.0.0.tar.gz.
File metadata
- Download URL: timefeatures-2.0.0.tar.gz
- Upload date:
- Size: 214.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d04a9af3f5cfaaf1d672da07446349f7e1852de1c7506e16c44acc81a07f17c
|
|
| MD5 |
e20e63a64d1ef8eafd51af5dda4b7eb4
|
|
| BLAKE2b-256 |
ca3946960905fd17e1051bf58cf12bcb284ea0079fb46c2d2e339fdbe553e027
|
File details
Details for the file timefeatures-2.0.0-py3-none-any.whl.
File metadata
- Download URL: timefeatures-2.0.0-py3-none-any.whl
- Upload date:
- Size: 131.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9ba4f7056d0bf0045f803a260cd84c0c952c3396227f8436e6636afaf35553c
|
|
| MD5 |
81f020b382a517d8286e451daf1e8bc8
|
|
| BLAKE2b-256 |
00ca1a274c1302abe541db07ca48f61d9fb88fb4fe78d741efabd2b5aa419e6c
|