pdpilot


Namepdpilot JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/DanielKerrigan/PDPilot
SummaryA Jupyter widget for exploring PDP and ICE plots.
upload_time2024-11-03 17:37:01
maintainerNone
docs_urlNone
authorDaniel Kerrigan
requires_python>=3.7.1
licenseBSD
keywords jupyter widgets ipython pdp ice
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PDPilot

An interactive Jupyter widget for exploring partial dependence plots.

![Screenshot](screenshot.png?raw=true)

To see the widget in action, check out this [Colab notebook](https://colab.research.google.com/github/danielkerrigan/pdpilot/blob/main/examples/colab-example.ipynb).

The easiest way to install the widget is through pip:

```
pip install pdpilot
```

See the [documentation](https://pdpilot.readthedocs.io/) for usage details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DanielKerrigan/PDPilot",
    "name": "pdpilot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7.1",
    "maintainer_email": null,
    "keywords": "Jupyter, Widgets, IPython, PDP, ICE",
    "author": "Daniel Kerrigan",
    "author_email": "kerrigan.d@northeastern.edu",
    "download_url": "https://files.pythonhosted.org/packages/9e/45/553957e5261bbf3668693621be5a872be8467d86cf19dfdfae8161b8cce1/pdpilot-0.6.0.tar.gz",
    "platform": "Linux",
    "description": "# PDPilot\n\nAn interactive Jupyter widget for exploring partial dependence plots.\n\n![Screenshot](screenshot.png?raw=true)\n\nTo see the widget in action, check out this [Colab notebook](https://colab.research.google.com/github/danielkerrigan/pdpilot/blob/main/examples/colab-example.ipynb).\n\nThe easiest way to install the widget is through pip:\n\n```\npip install pdpilot\n```\n\nSee the [documentation](https://pdpilot.readthedocs.io/) for usage details.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A Jupyter widget for exploring PDP and ICE plots.",
    "version": "0.6.0",
    "project_urls": {
        "Homepage": "https://github.com/DanielKerrigan/PDPilot"
    },
    "split_keywords": [
        "jupyter",
        " widgets",
        " ipython",
        " pdp",
        " ice"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2782f388e2a5146ce7236024118e45189ce02d7b2f0653dd6112f6f5328a9d8",
                "md5": "4ea4615530d25c3823802ea6c2e7ac2d",
                "sha256": "8278ecf46d1334f1cdd58da5442a213b2d423527c2f4184961e3f97c7a551803"
            },
            "downloads": -1,
            "filename": "pdpilot-0.6.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ea4615530d25c3823802ea6c2e7ac2d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7.1",
            "size": 1877571,
            "upload_time": "2024-11-03T17:36:58",
            "upload_time_iso_8601": "2024-11-03T17:36:58.554331Z",
            "url": "https://files.pythonhosted.org/packages/c2/78/2f388e2a5146ce7236024118e45189ce02d7b2f0653dd6112f6f5328a9d8/pdpilot-0.6.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e45553957e5261bbf3668693621be5a872be8467d86cf19dfdfae8161b8cce1",
                "md5": "410a7d4cdb5d5de3eaa1b009170ead59",
                "sha256": "afeacc8423b4c4f44cd0295d26fc51e718d97ed1507af0c40fd7caba81c390cc"
            },
            "downloads": -1,
            "filename": "pdpilot-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "410a7d4cdb5d5de3eaa1b009170ead59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.1",
            "size": 2613639,
            "upload_time": "2024-11-03T17:37:01",
            "upload_time_iso_8601": "2024-11-03T17:37:01.733218Z",
            "url": "https://files.pythonhosted.org/packages/9e/45/553957e5261bbf3668693621be5a872be8467d86cf19dfdfae8161b8cce1/pdpilot-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-03 17:37:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DanielKerrigan",
    "github_project": "PDPilot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pdpilot"
}
        
Elapsed time: 0.60042s