camel-learn


Namecamel-learn JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/ymlasu/CAMEL
SummaryThe official implementation for CAMEL: Curvature Augmented Manifold Embedding and Learning
upload_time2024-03-20 22:50:44
maintainerNone
docs_urlNone
authorYongming Liu
requires_python>=3.9
licenseNone
keywords camel dimension reduction umap tsne trimap pacmap largevis smallvis manifold
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Curvature Augmented Manifold Embedding and Learning -- CAMEL
=======================================

CAMEL (/CAMEL-Learn/) is a Python tool for dimension reduction and data visualization. CAMEL can perform unsupervised learning, supervised learning, semi-supervised learning, metric learning, and inverse learning! CAMEL offers a simple and intuitive API.


========================================

Install:

pip install camel-learn

==========================================


Simple code examples in test folder: (more coming)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ymlasu/CAMEL",
    "name": "camel-learn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "CAMEL, dimension reduction, UMAP, tSNE, TriMap, PaCMAP, LargeVis, smallvis, manifold",
    "author": "Yongming Liu",
    "author_email": "yongming.liu@asu.edu",
    "download_url": "https://files.pythonhosted.org/packages/04/ea/9c88302abfc94acfc77c14bdcff6ad30f0dd2c1e5f9cece0b9d9af7e9996/camel-learn-1.0.2.tar.gz",
    "platform": null,
    "description": "Curvature Augmented Manifold Embedding and Learning -- CAMEL\n=======================================\n\nCAMEL (/CAMEL-Learn/) is a Python tool for dimension reduction and data visualization. CAMEL can perform unsupervised learning, supervised learning, semi-supervised learning, metric learning, and inverse learning! CAMEL offers a simple and intuitive API.\n\n\n========================================\n\nInstall:\n\npip install camel-learn\n\n==========================================\n\n\nSimple code examples in test folder: (more coming)\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The official implementation for CAMEL: Curvature Augmented Manifold Embedding and Learning",
    "version": "1.0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/ymlasu/CAMEL/issues",
        "Homepage": "https://github.com/ymlasu/CAMEL"
    },
    "split_keywords": [
        "camel",
        " dimension reduction",
        " umap",
        " tsne",
        " trimap",
        " pacmap",
        " largevis",
        " smallvis",
        " manifold"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "556f1b1b8a0989b39783a391a1548eb3d53f9572f87dda166e6d5f70f6ad9050",
                "md5": "b89edefc079e402b40e4e0a26d39308f",
                "sha256": "69fe9e2155ce35c4cdf408088a083f252c18cc01de6de20afd7edcdbbb502149"
            },
            "downloads": -1,
            "filename": "camel_learn-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b89edefc079e402b40e4e0a26d39308f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 16119,
            "upload_time": "2024-03-20T22:50:42",
            "upload_time_iso_8601": "2024-03-20T22:50:42.618929Z",
            "url": "https://files.pythonhosted.org/packages/55/6f/1b1b8a0989b39783a391a1548eb3d53f9572f87dda166e6d5f70f6ad9050/camel_learn-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04ea9c88302abfc94acfc77c14bdcff6ad30f0dd2c1e5f9cece0b9d9af7e9996",
                "md5": "1e741ae55c06f0b03aacab7482f1095e",
                "sha256": "a9333e5608d5c322077b75da7b251cda09072a5d13c98461c8613ec0fe1c7483"
            },
            "downloads": -1,
            "filename": "camel-learn-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1e741ae55c06f0b03aacab7482f1095e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 17237,
            "upload_time": "2024-03-20T22:50:44",
            "upload_time_iso_8601": "2024-03-20T22:50:44.434506Z",
            "url": "https://files.pythonhosted.org/packages/04/ea/9c88302abfc94acfc77c14bdcff6ad30f0dd2c1e5f9cece0b9d9af7e9996/camel-learn-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 22:50:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ymlasu",
    "github_project": "CAMEL",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "camel-learn"
}
        
Elapsed time: 0.20696s