pyTBC


NamepyTBC JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/antoniolopezmc/subgroups
SummarypyTBC is a python library which implements Trace-based clustering technique
upload_time2022-12-18 22:21:59
maintainerAntonio López Martínez-Carrasco
docs_urlNone
authorAntonio López Martínez-Carrasco
requires_python>=3.9.0
licenseBSD-3-Clause
keywords python data-mining data-science machine-learning clustering trace-based-clustering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyTBC

pyTBC is a python library which implements Trace-based clustering technique [1].

## Installation

The source code is currently hosted on: https://github.com/antoniolopezmc/pyTBC

To install pyTBC library from pip, it is neccesary to execute:

```sh
pip install pyTBC
```

## Generating the documentation

The python package documentation in html, latex and pdf formats can be generated as follows:

```sh
cd docs
make
```

## References

[1] A. Lopez-Martinez-Carrasco, J. M. Juarez, M. Campos, and B. Canovas-Segura, "A methodology based on trace-based clustering for patient phenotyping", Knowledge-Based Systems,vol. 232, no. 2, article 107469, 2021.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/antoniolopezmc/subgroups",
    "name": "pyTBC",
    "maintainer": "Antonio L\u00f3pez Mart\u00ednez-Carrasco",
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": "antoniolopezmc1995@gmail.com",
    "keywords": "python,data-mining,data-science,machine-learning,clustering,trace-based-clustering",
    "author": "Antonio L\u00f3pez Mart\u00ednez-Carrasco",
    "author_email": "antoniolopezmc1995@gmail.com",
    "download_url": "",
    "platform": "any",
    "description": "# pyTBC\r\n\r\npyTBC is a python library which implements Trace-based clustering technique [1].\r\n\r\n## Installation\r\n\r\nThe source code is currently hosted on: https://github.com/antoniolopezmc/pyTBC\r\n\r\nTo install pyTBC library from pip, it is neccesary to execute:\r\n\r\n```sh\r\npip install pyTBC\r\n```\r\n\r\n## Generating the documentation\r\n\r\nThe python package documentation in html, latex and pdf formats can be generated as follows:\r\n\r\n```sh\r\ncd docs\r\nmake\r\n```\r\n\r\n## References\r\n\r\n[1] A. Lopez-Martinez-Carrasco, J. M. Juarez, M. Campos, and B. Canovas-Segura, \"A methodology based on trace-based clustering for patient phenotyping\", Knowledge-Based Systems,vol. 232, no. 2, article 107469, 2021.\r\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "pyTBC is a python library which implements Trace-based clustering technique",
    "version": "1.0.0",
    "split_keywords": [
        "python",
        "data-mining",
        "data-science",
        "machine-learning",
        "clustering",
        "trace-based-clustering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "070f340eb7fa5b47bfef13d373bed0bf",
                "sha256": "ef86519d711db01232a9b88a8ee5fd4f5924a8dc09f878d769e38d3b1a94f22f"
            },
            "downloads": -1,
            "filename": "pyTBC-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "070f340eb7fa5b47bfef13d373bed0bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 7355,
            "upload_time": "2022-12-18T22:21:59",
            "upload_time_iso_8601": "2022-12-18T22:21:59.543970Z",
            "url": "https://files.pythonhosted.org/packages/f7/a2/e6addca26d0d86b607c57aaeb20305fc413646f73dd2c44b331510fc2bb2/pyTBC-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-18 22:21:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "antoniolopezmc",
    "github_project": "subgroups",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pytbc"
}
        
Elapsed time: 0.02319s