TimeFeatures


NameTimeFeatures JSON
Version 1.0.17 PyPI version JSON
download
home_pagehttps://github.com/alervgr/Orange-TimeFeatures
SummaryTimefeatures add-on for Orange 3 data mining software.
upload_time2024-05-07 23:37:06
maintainerNone
docs_urlNone
authorAlejandro Rivas García
requires_pythonNone
licenseGPL3+
keywords orange3 add-on timefeatures graph time series data mining graph visualization orange addon synthetic data
VCS
bugtrack_url
requirements numpy AnyQt Orange3 PyQt5 scipy psycopg2 Orange3-Network
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

[Orange]: https://orangedatamining.com/

Installation
------------

### Orange add-on installer

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

![Installation](https://github.com/alervgr/Orange-TimeFeatures/blob/main/imgs/installation.png?raw=true)

### 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](https://github.com/alervgr/Orange-TimeFeatures/blob/main/imgs/workflow.png?raw=true)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alervgr/Orange-TimeFeatures",
    "name": "TimeFeatures",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "orange3 add-on, timefeatures, graph, time series, data mining, graph visualization, orange, addon, synthetic data",
    "author": "Alejandro Rivas Garc\u00eda",
    "author_email": "alejandrorivasgarcia@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/80/52/c22d84f0baa786d4614cebec55512efb8c12a2e21d49d6f0b465a150de03/timefeatures-1.0.17.tar.gz",
    "platform": null,
    "description": "Orange3 TimeFeatures\r\n===============\r\n\r\nTimefeatures 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.\r\n\r\n[Orange]: https://orangedatamining.com/\r\n\r\nInstallation\r\n------------\r\n\r\n### Orange add-on installer\r\n\r\nInstall from Orange add-on installer through Options -> Add-ons.\r\n\r\n![Installation](https://github.com/alervgr/Orange-TimeFeatures/blob/main/imgs/installation.png?raw=true)\r\n\r\n### Using pip\r\n\r\nTo install the add-on with pip use\r\n\r\n    pip install TimeFeatures\r\n\r\nTo install the add-on from source, run\r\n\r\n    python setup.py install\r\n\r\nTo register this add-on with Orange, but keep the code in the development directory (do not copy it to \r\nPython's site-packages directory), run\r\n\r\n    python setup.py develop\r\n\r\nYou can also run\r\n\r\n    pip install -e .\r\n\r\nwhich is sometimes preferable as you can *pip uninstall* packages later.\r\n\r\n### Anaconda\r\n\r\nIf using Anaconda Python distribution, simply run\r\n\r\n    pip install TimeFeatures\r\n\r\n**Required Dependencies**:\r\n* numpy>=1.22.4\r\n* AnyQt>=0.2.0\r\n* Orange3>=3.34.0\r\n* PyQt5>=5.15.6\r\n* scipy>=1.7.3\r\n* Orange3-Network>=1.8.0\r\n\r\nUsage\r\n-----\r\n\r\nAfter the installation, the widgets from this add-on are registered with Orange. To run Orange from the terminal,\r\nuse\r\n\r\n    orange-canvas\r\n\r\nor\r\n\r\n    python3 -m Orange.canvas\r\n\r\nNew widgets are in the toolbox bar under Time-Features section.\r\n\r\nWorkflow Example\r\n-----\r\nThis is an example of how you can use this add-on.\r\n\r\n![Workflow](https://github.com/alervgr/Orange-TimeFeatures/blob/main/imgs/workflow.png?raw=true)\r\n",
    "bugtrack_url": null,
    "license": "GPL3+",
    "summary": "Timefeatures add-on for Orange 3 data mining software.",
    "version": "1.0.17",
    "project_urls": {
        "Homepage": "https://github.com/alervgr/Orange-TimeFeatures"
    },
    "split_keywords": [
        "orange3 add-on",
        " timefeatures",
        " graph",
        " time series",
        " data mining",
        " graph visualization",
        " orange",
        " addon",
        " synthetic data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1be0a9338b90f0230ffba7abfcb3be0814a07bdc543c2574ab17a846c012d764",
                "md5": "3ba26137bdc60debc34810ef71d65c0f",
                "sha256": "a8af4e004b623fad3bf7b0b7755bda5468b8c01527ce41cdbf24d563ee54fb9f"
            },
            "downloads": -1,
            "filename": "TimeFeatures-1.0.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ba26137bdc60debc34810ef71d65c0f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 39488,
            "upload_time": "2024-05-07T23:37:04",
            "upload_time_iso_8601": "2024-05-07T23:37:04.282053Z",
            "url": "https://files.pythonhosted.org/packages/1b/e0/a9338b90f0230ffba7abfcb3be0814a07bdc543c2574ab17a846c012d764/TimeFeatures-1.0.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8052c22d84f0baa786d4614cebec55512efb8c12a2e21d49d6f0b465a150de03",
                "md5": "dcce2ff4cee2e92eeeba0ad4197db82b",
                "sha256": "1ce488a6a371720a244a6843bacc169fbc125b4d05c0f50df92da6f5730da3bc"
            },
            "downloads": -1,
            "filename": "timefeatures-1.0.17.tar.gz",
            "has_sig": false,
            "md5_digest": "dcce2ff4cee2e92eeeba0ad4197db82b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 36915,
            "upload_time": "2024-05-07T23:37:06",
            "upload_time_iso_8601": "2024-05-07T23:37:06.083459Z",
            "url": "https://files.pythonhosted.org/packages/80/52/c22d84f0baa786d4614cebec55512efb8c12a2e21d49d6f0b465a150de03/timefeatures-1.0.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 23:37:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alervgr",
    "github_project": "Orange-TimeFeatures",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.22.4"
                ]
            ]
        },
        {
            "name": "AnyQt",
            "specs": [
                [
                    ">=",
                    "0.2.0"
                ]
            ]
        },
        {
            "name": "Orange3",
            "specs": [
                [
                    ">=",
                    "3.34.0"
                ]
            ]
        },
        {
            "name": "PyQt5",
            "specs": [
                [
                    ">=",
                    "5.15.6"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.7.3"
                ]
            ]
        },
        {
            "name": "psycopg2",
            "specs": [
                [
                    ">=",
                    "2.9.9"
                ]
            ]
        },
        {
            "name": "Orange3-Network",
            "specs": [
                [
                    ">=",
                    "1.8.0"
                ]
            ]
        }
    ],
    "lcname": "timefeatures"
}
        
Elapsed time: 3.59364s