canvas-familiarity


Namecanvas-familiarity JSON
Version 3.6.0 PyPI version JSON
download
home_pagehttps://github.com/satishlokkoju/deepview/
SummaryA Canvas component to find outliers and common instances in a dataset
upload_time2025-01-15 19:34:22
maintainerNone
docs_urlNone
authorSatish Lokkoju
requires_python>=3.8
licenseApache 2.0
keywords jupyter widgets ipython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CanvasFamiliarity

A component that displays how familiar certain data points are within a dataset.
This is useful for finding outliers and common instances.
The familiarity metric is based on a column prefixed `familiarity_`, which must contain a number that indicates the familiarity value.

## Installation

```bash
pip install canvas_familiarity
```

## Usage

To learn how to use Canvas, see the [documentation](https://satishlokkoju.github.io/deepview/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/satishlokkoju/deepview/",
    "name": "canvas-familiarity",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Jupyter, Widgets, IPython",
    "author": "Satish Lokkoju",
    "author_email": "satish.lokkoju@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ab/f2/a0bed3753a783acb444d3f7ea714fd0a0db40b44054f5a11e69456fb3fd7/canvas_familiarity-3.6.0.tar.gz",
    "platform": "Linux",
    "description": "# CanvasFamiliarity\n\nA component that displays how familiar certain data points are within a dataset.\nThis is useful for finding outliers and common instances.\nThe familiarity metric is based on a column prefixed `familiarity_`, which must contain a number that indicates the familiarity value.\n\n## Installation\n\n```bash\npip install canvas_familiarity\n```\n\n## Usage\n\nTo learn how to use Canvas, see the [documentation](https://satishlokkoju.github.io/deepview/).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A Canvas component to find outliers and common instances in a dataset",
    "version": "3.6.0",
    "project_urls": {
        "Homepage": "https://github.com/satishlokkoju/deepview/"
    },
    "split_keywords": [
        "jupyter",
        " widgets",
        " ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35607bbfa0a2754d979786f5b7dea6ba8f8ab1ecc6b48eaf12811ea938218423",
                "md5": "c9346fd48acfca33d10f8f230d438f61",
                "sha256": "049a839b3c6d0c6ca36979eeaa2308948cc9550b2779cfb4886cce244805e16e"
            },
            "downloads": -1,
            "filename": "canvas_familiarity-3.6.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9346fd48acfca33d10f8f230d438f61",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 69097647,
            "upload_time": "2025-01-15T19:34:15",
            "upload_time_iso_8601": "2025-01-15T19:34:15.722177Z",
            "url": "https://files.pythonhosted.org/packages/35/60/7bbfa0a2754d979786f5b7dea6ba8f8ab1ecc6b48eaf12811ea938218423/canvas_familiarity-3.6.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abf2a0bed3753a783acb444d3f7ea714fd0a0db40b44054f5a11e69456fb3fd7",
                "md5": "db901fce53d3805033d27d03b2ee024d",
                "sha256": "b51231e8d22c665058d4c7db30868485f061759e0a4e5f6d0f150ccc6487bc16"
            },
            "downloads": -1,
            "filename": "canvas_familiarity-3.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "db901fce53d3805033d27d03b2ee024d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6141784,
            "upload_time": "2025-01-15T19:34:22",
            "upload_time_iso_8601": "2025-01-15T19:34:22.039023Z",
            "url": "https://files.pythonhosted.org/packages/ab/f2/a0bed3753a783acb444d3f7ea714fd0a0db40b44054f5a11e69456fb3fd7/canvas_familiarity-3.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 19:34:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "satishlokkoju",
    "github_project": "deepview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "canvas-familiarity"
}
        
Elapsed time: 0.57635s