timepulse


Nametimepulse JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/squaredev-io/timepulse
SummaryA set of tools to help with timeseries flow
upload_time2023-12-15 13:43:54
maintainer
docs_urlNone
authorSQUAREDEV BV
requires_python>=3.9
license
keywords timeseries tools ml flow python machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🚀 Timepulse: Unleash the Power of Time Series Processing and Modeling!

Welcome to Timepulse, your ultimate destination for conquering the world of time series data with unprecedented ease and efficiency.

## Table of Contents 🌟

- [Installation Magic](#installation)
- [Journey into the Time Dimension](#usage)
- [Spellbinding Features](#features)
- [Contribute to the Time Nexus](#contributing)
- [License](#license)
- [Credits: Makers of Timepulse](#credits)

## Installation 🧙‍♂️

To summon the might of Timepulse into your realm, a simple pip command shall suffice:

```bash
pip install timepulse
```

# Timepulse: Unleash the Power of Time Series Processing and Modeling!

Witness the seamless integration of temporal mastery into your coding sanctum!

## Journey into the Time Dimension ⏳

Embark on an odyssey through time as you harness the Timepulse magic. Transform raw time series data into insights that transcend the ordinary. Your code, now a symphony of temporal brilliance!

### How to use timepulse
#### Import 
```{python}
from timepulse.models.nn import MultivariateDenseWrapper
from timepulse.utils.models import run_model
```
#### Run model 

```{python}
 y_pred, result_metrics = run_model(model_instance, X_train.values, y_train, X_val.values, y_val, verbose=0)
```

#### Results example
```
[ 8287547.5 10593171.  12349981.  13229407.  10743349.   8585146.
  7701900.   6690604.5  6193717.5  5999759.   5651086.5  5573535.5
  9689985.  12014953.  14384974.  14222123. ],

{'mae': 452268.53, 'mse': 452862200000.0, 'rmse': 672950.4, 'mape': 4.8490524, 'smape': 10.239903, 'mase': 0.31943747, 'r2_score': 0.94421965}
```

## Spellbinding Features ✨

- **Temporal Alchemy:** Shape time series data effortlessly.
- **Predictive Sorcery:** Unlock the future with powerful modeling.
- **Intuitive Elixir:** Simplify complexities with an enchantingly user-friendly interface.

## License 📜

[Timepulse - The SQD License](https://www.squaredev.io/)

## Credits: Makers of Timepulse 🌈

Timepulse was conjured into existence by the brilliant minds at Squaredev. Their dedication to temporal excellence knows no bounds.

Embark on a journey with Timepulse – where time meets brilliance, and magic unfolds! ✨🕰️🚀

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/squaredev-io/timepulse",
    "name": "timepulse",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "timeseries tools ml flow python machine learning",
    "author": "SQUAREDEV BV",
    "author_email": "hello@squaredev.io",
    "download_url": "https://files.pythonhosted.org/packages/9f/f7/87e8e7aaab9727eed3f45b6b3d3f52f9723e03a5aaeac998174b5ade44ea/timepulse-0.2.0.tar.gz",
    "platform": null,
    "description": "# \ud83d\ude80 Timepulse: Unleash the Power of Time Series Processing and Modeling!\n\nWelcome to Timepulse, your ultimate destination for conquering the world of time series data with unprecedented ease and efficiency.\n\n## Table of Contents \ud83c\udf1f\n\n- [Installation Magic](#installation)\n- [Journey into the Time Dimension](#usage)\n- [Spellbinding Features](#features)\n- [Contribute to the Time Nexus](#contributing)\n- [License](#license)\n- [Credits: Makers of Timepulse](#credits)\n\n## Installation \ud83e\uddd9\u200d\u2642\ufe0f\n\nTo summon the might of Timepulse into your realm, a simple pip command shall suffice:\n\n```bash\npip install timepulse\n```\n\n# Timepulse: Unleash the Power of Time Series Processing and Modeling!\n\nWitness the seamless integration of temporal mastery into your coding sanctum!\n\n## Journey into the Time Dimension \u23f3\n\nEmbark on an odyssey through time as you harness the Timepulse magic. Transform raw time series data into insights that transcend the ordinary. Your code, now a symphony of temporal brilliance!\n\n### How to use timepulse\n#### Import \n```{python}\nfrom timepulse.models.nn import MultivariateDenseWrapper\nfrom timepulse.utils.models import run_model\n```\n#### Run model \n\n```{python}\n y_pred, result_metrics = run_model(model_instance, X_train.values, y_train, X_val.values, y_val, verbose=0)\n```\n\n#### Results example\n```\n[ 8287547.5 10593171.  12349981.  13229407.  10743349.   8585146.\n  7701900.   6690604.5  6193717.5  5999759.   5651086.5  5573535.5\n  9689985.  12014953.  14384974.  14222123. ],\n\n{'mae': 452268.53, 'mse': 452862200000.0, 'rmse': 672950.4, 'mape': 4.8490524, 'smape': 10.239903, 'mase': 0.31943747, 'r2_score': 0.94421965}\n```\n\n## Spellbinding Features \u2728\n\n- **Temporal Alchemy:** Shape time series data effortlessly.\n- **Predictive Sorcery:** Unlock the future with powerful modeling.\n- **Intuitive Elixir:** Simplify complexities with an enchantingly user-friendly interface.\n\n## License \ud83d\udcdc\n\n[Timepulse - The SQD License](https://www.squaredev.io/)\n\n## Credits: Makers of Timepulse \ud83c\udf08\n\nTimepulse was conjured into existence by the brilliant minds at Squaredev. Their dedication to temporal excellence knows no bounds.\n\nEmbark on a journey with Timepulse \u2013 where time meets brilliance, and magic unfolds! \u2728\ud83d\udd70\ufe0f\ud83d\ude80\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A set of tools to help with timeseries flow",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/squaredev-io/timepulse"
    },
    "split_keywords": [
        "timeseries",
        "tools",
        "ml",
        "flow",
        "python",
        "machine",
        "learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7eaa7e0d7d6183333a44026b58f2c4c977cbff0999b789749482f89dd6db0b20",
                "md5": "a96a7a97d9c650618456e6cd059651a9",
                "sha256": "fa34006fb8e3b001d58a33ebc79f13f34c161c470d8b4f268db38bb27f971146"
            },
            "downloads": -1,
            "filename": "timepulse-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a96a7a97d9c650618456e6cd059651a9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 16150,
            "upload_time": "2023-12-15T13:43:52",
            "upload_time_iso_8601": "2023-12-15T13:43:52.744893Z",
            "url": "https://files.pythonhosted.org/packages/7e/aa/7e0d7d6183333a44026b58f2c4c977cbff0999b789749482f89dd6db0b20/timepulse-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ff787e8e7aaab9727eed3f45b6b3d3f52f9723e03a5aaeac998174b5ade44ea",
                "md5": "fb613d3bb155c192d1c30fc3aa100933",
                "sha256": "a26b9d2a4903102399bea6b01af6068c890f16c51bc060f58cd950a42e3d71ec"
            },
            "downloads": -1,
            "filename": "timepulse-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fb613d3bb155c192d1c30fc3aa100933",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 13118,
            "upload_time": "2023-12-15T13:43:54",
            "upload_time_iso_8601": "2023-12-15T13:43:54.411719Z",
            "url": "https://files.pythonhosted.org/packages/9f/f7/87e8e7aaab9727eed3f45b6b3d3f52f9723e03a5aaeac998174b5ade44ea/timepulse-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-15 13:43:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "squaredev-io",
    "github_project": "timepulse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "timepulse"
}
        
Elapsed time: 0.26320s