pyemb


Namepyemb JSON
Version 1.0.0a10 PyPI version JSON
download
home_pageNone
SummaryEDA for complex data
upload_time2024-10-21 11:59:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT
keywords eda embedding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyemb - EDA tools in Python

pyemb is a toolkit for anaylsing complex datasets, such as high-dimensional data, relational databases and networks. It includes functionality for preprocessing, various embedding techniques, hierarchical clustering and visualisation. The aim of this package is have implementations of an variety of exploratory data anaylsis tools that can be used across a large array of datasets. 

To install the package, you can use pip: `pip install pyemb`





            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyemb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "EDA, embedding",
    "author": null,
    "author_email": "Annie Gray <annie.gray@bristol.ac.uk>, Ed Davis <edward.davis@bristol.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/cf/35/53246a37c646cb52b4026b935bbc30353e607e0339df782ea9e9617b952f/pyemb-1.0.0a10.tar.gz",
    "platform": null,
    "description": "# pyemb - EDA tools in Python\n\npyemb is a toolkit for anaylsing complex datasets, such as high-dimensional data, relational databases and networks. It includes functionality for preprocessing, various embedding techniques, hierarchical clustering and visualisation. The aim of this package is have implementations of an variety of exploratory data anaylsis tools that can be used across a large array of datasets. \n\nTo install the package, you can use pip: `pip install pyemb`\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "EDA for complex data",
    "version": "1.0.0a10",
    "project_urls": {
        "Documentation": "https://pyemb.github.io/pyemb",
        "Repository": "https://github.com/pyemb/pyemb"
    },
    "split_keywords": [
        "eda",
        " embedding"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83466be4b49f843e58a05152cfb0817322cf414ce343f2e5e7a4161339d70299",
                "md5": "b611b196fe4dfd603f7800093cb948cf",
                "sha256": "0c20f433fdb13afa2bfa86151e9331ca6edadce31f55e1042747595471bd5087"
            },
            "downloads": -1,
            "filename": "pyemb-1.0.0a10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b611b196fe4dfd603f7800093cb948cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 24706,
            "upload_time": "2024-10-21T11:59:26",
            "upload_time_iso_8601": "2024-10-21T11:59:26.028630Z",
            "url": "https://files.pythonhosted.org/packages/83/46/6be4b49f843e58a05152cfb0817322cf414ce343f2e5e7a4161339d70299/pyemb-1.0.0a10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf3553246a37c646cb52b4026b935bbc30353e607e0339df782ea9e9617b952f",
                "md5": "fc250160cbde1c73da12e6793bc4223b",
                "sha256": "4604e4ed44809379c7a1982d1376961b2317e2368f311ef84cd59b4dc1be2f8e"
            },
            "downloads": -1,
            "filename": "pyemb-1.0.0a10.tar.gz",
            "has_sig": false,
            "md5_digest": "fc250160cbde1c73da12e6793bc4223b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 10281843,
            "upload_time": "2024-10-21T11:59:30",
            "upload_time_iso_8601": "2024-10-21T11:59:30.046393Z",
            "url": "https://files.pythonhosted.org/packages/cf/35/53246a37c646cb52b4026b935bbc30353e607e0339df782ea9e9617b952f/pyemb-1.0.0a10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-21 11:59:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyemb",
    "github_project": "pyemb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pyemb"
}
        
Elapsed time: 0.38737s