pdpilot


Namepdpilot JSON
Version 0.5.5 PyPI version JSON
download
home_pagehttps://github.com/DanielKerrigan/PDPilot
SummaryA Jupyter widget for exploring PDP and ICE plots.
upload_time2024-03-22 14:09:04
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/d8/eb/78b8631046f07c3a9242299b5dba4b6ef699e630f5ee4a31b21ec5f3bacc/pdpilot-0.5.5.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.5.5",
    "project_urls": {
        "Homepage": "https://github.com/DanielKerrigan/PDPilot"
    },
    "split_keywords": [
        "jupyter",
        " widgets",
        " ipython",
        " pdp",
        " ice"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b1f308002930d410c07fd530477f8729f08478a3c768ffda28b54db1ba6b908",
                "md5": "e1b2a1ba85a5e2722c2a752b4d61b862",
                "sha256": "1fc2fc4932055562afa6d42a22d99fc200f23fe8ac50870123a64a48767117db"
            },
            "downloads": -1,
            "filename": "pdpilot-0.5.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e1b2a1ba85a5e2722c2a752b4d61b862",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7.1",
            "size": 1609739,
            "upload_time": "2024-03-22T14:09:03",
            "upload_time_iso_8601": "2024-03-22T14:09:03.177556Z",
            "url": "https://files.pythonhosted.org/packages/8b/1f/308002930d410c07fd530477f8729f08478a3c768ffda28b54db1ba6b908/pdpilot-0.5.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8eb78b8631046f07c3a9242299b5dba4b6ef699e630f5ee4a31b21ec5f3bacc",
                "md5": "18d34bc73e978bc73fef024ceaf79765",
                "sha256": "0b74d1d99db13cda32d08669cb38299ef988170d9fc6178130634ec933327ef1"
            },
            "downloads": -1,
            "filename": "pdpilot-0.5.5.tar.gz",
            "has_sig": false,
            "md5_digest": "18d34bc73e978bc73fef024ceaf79765",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.1",
            "size": 2613373,
            "upload_time": "2024-03-22T14:09:04",
            "upload_time_iso_8601": "2024-03-22T14:09:04.926585Z",
            "url": "https://files.pythonhosted.org/packages/d8/eb/78b8631046f07c3a9242299b5dba4b6ef699e630f5ee4a31b21ec5f3bacc/pdpilot-0.5.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 14:09:04",
    "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.21383s