mat-model


Namemat-model JSON
Version 0.1b1 PyPI version JSON
download
home_pagehttps://github.com/ttportela/mat-model
SummaryMAT-model: Model Classes for Multiple Aspect Trajectory Data Mining
upload_time2024-04-16 13:30:42
maintainerNone
docs_urlNone
authorTarlis Tortelli Portela
requires_python>=3.7
licenseGPL Version 3 or superior (see LICENSE file)
keywords data-science machine-learning data-mining trajectory multiple-trajectory trajectory-classification preprocess
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MAT-model: Model Classes for Multiple Aspect Trajectory Data Mining \[MAT-Tools Framework\]
---

\[[Publication](#)\] \[[citation.bib](citation.bib)\] \[[GitHub](https://github.com/ttportela/mat-model)\] \[[PyPi](https://pypi.org/project/mat-model/)\]


The present package offers a tool, to support the user in the task of modeling multiple aspect trajectories. It integrates into a unique framework for multiple aspects trajectories and in general for multidimensional sequence data mining methods.

Created on Apr, 2024
Copyright (C) 2023, License GPL Version 3 or superior (see LICENSE file)

** UNDER DEVELOPMENT **


### Installation

Install directly from PyPi repository, or, download from github. (python >= 3.7 required)

```bash
    pip install mat-model
```

### Getting Started

On how to use this package, see [MAT-model-Tutorial.ipynb](https://github.com/ttportela/mat-data/blob/main/MAT-model-Tutorial.ipynb) (or the HTML [MAT-model-Tutorial.html](https://github.com/ttportela/mat-data/blob/main/MAT-model-Tutorial.html))

### Citing

If you use `mat-model` please cite the following paper (this package is fragmented from `automatize` realease):

    Portela, Tarlis Tortelli; Bogorny, Vania; Bernasconi, Anna; Renso, Chiara. AutoMATise: Multiple Aspect Trajectory Data Mining Tool Library. 2022 23rd IEEE International Conference on Mobile Data Management (MDM), 2022, pp. 282-285, doi: 10.1109/MDM55031.2022.00060.

Bibtex:
```bash
@inproceedings{Portela2022automatise,
    title={AutoMATise: Multiple Aspect Trajectory Data Mining Tool Library},
    author={Portela, Tarlis Tortelli and Bogorny, Vania and Bernasconi, Anna and Renso, Chiara},
    booktitle = {2022 23rd IEEE International Conference on Mobile Data Management (MDM)},
    volume={},
    number={},
    address = {Online},
    year={2022},
    pages = {282--285},
    doi={10.1109/MDM55031.2022.00060}
}
```

### Collaborate with us

Any contribution is welcome. This is an active project and if you would like to include your code, feel free to fork the project, open an issue and contact us.

Feel free to contribute in any form, such as scientific publications referencing this package, teaching material and workshop videos.

### Related packages

This package is part of _MAT-Tools Framework_ for Multiple Aspect Trajectory Data Mining:

- [automatize](https://github.com/ttportela/automatize): automatize for experimental evaluation of MAT classification
- [movelets](https://github.com/ttportela/movelets): movelets for MAT classification methods (based on movelets)
- [mat-tools](https://github.com/ttportela/mat-tools): mat-tools is a entrypont to find all librareis for MAT data

### Change Log

This is a package under construction, see [CHANGELOG.md](./CHANGELOG.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ttportela/mat-model",
    "name": "mat-model",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Tarlis Tortelli Portela <tarlis@tarlis.com.br>",
    "keywords": "data-science, machine-learning, data-mining, trajectory, multiple-trajectory, trajectory-classification, preprocess",
    "author": "Tarlis Tortelli Portela",
    "author_email": "Tarlis Tortelli Portela <tarlis@tarlis.com.br>",
    "download_url": "https://files.pythonhosted.org/packages/02/e0/a08a49945e6fceed23f676d7d7d06fa464b9903968f8b4fef59f78f0defa/mat_model-0.1b1.tar.gz",
    "platform": null,
    "description": "# MAT-model: Model Classes for Multiple Aspect Trajectory Data Mining \\[MAT-Tools Framework\\]\n---\n\n\\[[Publication](#)\\] \\[[citation.bib](citation.bib)\\] \\[[GitHub](https://github.com/ttportela/mat-model)\\] \\[[PyPi](https://pypi.org/project/mat-model/)\\]\n\n\nThe present package offers a tool, to support the user in the task of modeling multiple aspect trajectories. It integrates into a unique framework for multiple aspects trajectories and in general for multidimensional sequence data mining methods.\n\nCreated on Apr, 2024\nCopyright (C) 2023, License GPL Version 3 or superior (see LICENSE file)\n\n** UNDER DEVELOPMENT **\n\n\n### Installation\n\nInstall directly from PyPi repository, or, download from github. (python >= 3.7 required)\n\n```bash\n    pip install mat-model\n```\n\n### Getting Started\n\nOn how to use this package, see [MAT-model-Tutorial.ipynb](https://github.com/ttportela/mat-data/blob/main/MAT-model-Tutorial.ipynb) (or the HTML [MAT-model-Tutorial.html](https://github.com/ttportela/mat-data/blob/main/MAT-model-Tutorial.html))\n\n### Citing\n\nIf you use `mat-model` please cite the following paper (this package is fragmented from `automatize` realease):\n\n    Portela, Tarlis Tortelli; Bogorny, Vania; Bernasconi, Anna; Renso, Chiara. AutoMATise: Multiple Aspect Trajectory Data Mining Tool Library. 2022 23rd IEEE International Conference on Mobile Data Management (MDM), 2022, pp. 282-285, doi: 10.1109/MDM55031.2022.00060.\n\nBibtex:\n```bash\n@inproceedings{Portela2022automatise,\n    title={AutoMATise: Multiple Aspect Trajectory Data Mining Tool Library},\n    author={Portela, Tarlis Tortelli and Bogorny, Vania and Bernasconi, Anna and Renso, Chiara},\n    booktitle = {2022 23rd IEEE International Conference on Mobile Data Management (MDM)},\n    volume={},\n    number={},\n    address = {Online},\n    year={2022},\n    pages = {282--285},\n    doi={10.1109/MDM55031.2022.00060}\n}\n```\n\n### Collaborate with us\n\nAny contribution is welcome. This is an active project and if you would like to include your code, feel free to fork the project, open an issue and contact us.\n\nFeel free to contribute in any form, such as scientific publications referencing this package, teaching material and workshop videos.\n\n### Related packages\n\nThis package is part of _MAT-Tools Framework_ for Multiple Aspect Trajectory Data Mining:\n\n- [automatize](https://github.com/ttportela/automatize): automatize for experimental evaluation of MAT classification\n- [movelets](https://github.com/ttportela/movelets): movelets for MAT classification methods (based on movelets)\n- [mat-tools](https://github.com/ttportela/mat-tools): mat-tools is a entrypont to find all librareis for MAT data\n\n### Change Log\n\nThis is a package under construction, see [CHANGELOG.md](./CHANGELOG.md)\n",
    "bugtrack_url": null,
    "license": "GPL Version 3 or superior (see LICENSE file)",
    "summary": "MAT-model: Model Classes for Multiple Aspect Trajectory Data Mining",
    "version": "0.1b1",
    "project_urls": {
        "Bug Tracker": "https://github.com/ttportela/mat-model/issues",
        "Documentation": "https://github.com/ttportela/mat-model/blob/main/README.md",
        "Download": "https://pypi.org/project/mat-model/#files",
        "Homepage": "https://github.com/ttportela/mat-model",
        "Repository": "https://github.com/ttportela/mat-model"
    },
    "split_keywords": [
        "data-science",
        " machine-learning",
        " data-mining",
        " trajectory",
        " multiple-trajectory",
        " trajectory-classification",
        " preprocess"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eaed4df554c78a675835d25e6997420ae342f37c2625ce604f6d894e16fa1167",
                "md5": "86d766bdfa0f0360b98d556798315251",
                "sha256": "9465271da0068f238d8eb4514155f9f03037a1645987851bee1d02539278ce3d"
            },
            "downloads": -1,
            "filename": "mat_model-0.1b1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86d766bdfa0f0360b98d556798315251",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 36431,
            "upload_time": "2024-04-16T13:30:39",
            "upload_time_iso_8601": "2024-04-16T13:30:39.719366Z",
            "url": "https://files.pythonhosted.org/packages/ea/ed/4df554c78a675835d25e6997420ae342f37c2625ce604f6d894e16fa1167/mat_model-0.1b1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02e0a08a49945e6fceed23f676d7d7d06fa464b9903968f8b4fef59f78f0defa",
                "md5": "49b2d313af485b1b7fb56262c1a0fa99",
                "sha256": "c2419ff3e529e69b8e16227b14390a257e0cdc9d8c6c1063172cc66032b6a5e8"
            },
            "downloads": -1,
            "filename": "mat_model-0.1b1.tar.gz",
            "has_sig": false,
            "md5_digest": "49b2d313af485b1b7fb56262c1a0fa99",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 43521,
            "upload_time": "2024-04-16T13:30:42",
            "upload_time_iso_8601": "2024-04-16T13:30:42.621163Z",
            "url": "https://files.pythonhosted.org/packages/02/e0/a08a49945e6fceed23f676d7d7d06fa464b9903968f8b4fef59f78f0defa/mat_model-0.1b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 13:30:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ttportela",
    "github_project": "mat-model",
    "github_not_found": true,
    "lcname": "mat-model"
}
        
Elapsed time: 0.23234s