dabl


Namedabl JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
SummaryData Analysis Baseline Library
upload_time2024-12-16 23:31:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseCopyright (c) 2016, Vighnesh Birodkar All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of project-template nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords data analysis visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dabl

[![CI](https://github.com/dabl/dabl/actions/workflows/ci.yml/badge.svg)](https://github.com/dabl/dabl/actions/workflows/ci.yml)

The data analysis baseline library.

- "Mr Sanchez, are you a data scientist?"
- "I dabl, Mr president."

Find more information on the [website](https://dabl.github.io/).

## Try it out

```
pip install dabl
```

or [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dabl/dabl/main)

## Current scope and upcoming features
This library is very much still under development. Current code focuses mostly on exploratory visualization and preprocessing.
There are also drop-in replacements for GridSearchCV and RandomizedSearchCV using successive halfing.
There are preliminary portfolios in the style of
[POSH
auto-sklearn](https://ml.informatik.uni-freiburg.de/papers/18-AUTOML-AutoChallenge.pdf)
to find strong models quickly.  In essence that boils down to a quick search
over different gradient boosting models and other tree ensembles and
potentially kernel methods.

Check out the [the website](https://dabl.github.io/dev/) and [example gallery](https://dabl.github.io/0.1.9/auto_examples/index.html) to get an idea of the visualizations that are available.

Stay Tuned!

## Related packages

## Lux
[Lux](https://github.com/lux-org/lux) is an awesome project for easy interactive visualization of pandas dataframes within notebooks.

### Pandas Profiling
[Pandas Profiling](https://github.com/pandas-profiling/pandas-profiling) can
provide a thorough summary of the data in only a single line of code. Using the
```ProfileReport()``` method, you are able to access a HTML report of your data
that can help you find correlations and identify missing data.

`dabl` focuses less on statistical measures of individual columns, and more on
providing a quick overview via visualizations, as well as convienient
preprocessing and model search for machine learning.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dabl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Andreas Mueller <t3kcit+githubspam@gmail.com>, Brian Kroth <bpkroth+githubspam@gmail.com>",
    "keywords": "data analysis, visualization",
    "author": null,
    "author_email": "Andreas Mueller <t3kcit+githubspam@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e9/d8/4012b9f54c5f208a4722e9806b7badf70b8d9184aa90af0b999a061b2cfc/dabl-0.3.2.tar.gz",
    "platform": null,
    "description": "# dabl\n\n[![CI](https://github.com/dabl/dabl/actions/workflows/ci.yml/badge.svg)](https://github.com/dabl/dabl/actions/workflows/ci.yml)\n\nThe data analysis baseline library.\n\n- \"Mr Sanchez, are you a data scientist?\"\n- \"I dabl, Mr president.\"\n\nFind more information on the [website](https://dabl.github.io/).\n\n## Try it out\n\n```\npip install dabl\n```\n\nor [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dabl/dabl/main)\n\n## Current scope and upcoming features\nThis library is very much still under development. Current code focuses mostly on exploratory visualization and preprocessing.\nThere are also drop-in replacements for GridSearchCV and RandomizedSearchCV using successive halfing.\nThere are preliminary portfolios in the style of\n[POSH\nauto-sklearn](https://ml.informatik.uni-freiburg.de/papers/18-AUTOML-AutoChallenge.pdf)\nto find strong models quickly.  In essence that boils down to a quick search\nover different gradient boosting models and other tree ensembles and\npotentially kernel methods.\n\nCheck out the [the website](https://dabl.github.io/dev/) and [example gallery](https://dabl.github.io/0.1.9/auto_examples/index.html) to get an idea of the visualizations that are available.\n\nStay Tuned!\n\n## Related packages\n\n## Lux\n[Lux](https://github.com/lux-org/lux) is an awesome project for easy interactive visualization of pandas dataframes within notebooks.\n\n### Pandas Profiling\n[Pandas Profiling](https://github.com/pandas-profiling/pandas-profiling) can\nprovide a thorough summary of the data in only a single line of code. Using the\n```ProfileReport()``` method, you are able to access a HTML report of your data\nthat can help you find correlations and identify missing data.\n\n`dabl` focuses less on statistical measures of individual columns, and more on\nproviding a quick overview via visualizations, as well as convienient\npreprocessing and model search for machine learning.\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2016, Vighnesh Birodkar All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the name of project-template nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Data Analysis Baseline Library",
    "version": "0.3.2",
    "project_urls": {
        "Documentation": "https://dabl.github.io/",
        "Issues": "https://github.com/dabl/dabl/issues",
        "Repository": "https://github.com/dabl/dabl"
    },
    "split_keywords": [
        "data analysis",
        " visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "344b449db0badd474fc33f9a098771dae394572e92ee767eb74c78231eee534b",
                "md5": "c8c6b21974bd1ba61f32e32841387983",
                "sha256": "9aaec7cd1d9c478b31078c095a2795647b87683a509d294c970dfaed44cb8437"
            },
            "downloads": -1,
            "filename": "dabl-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c8c6b21974bd1ba61f32e32841387983",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 558454,
            "upload_time": "2024-12-16T23:31:08",
            "upload_time_iso_8601": "2024-12-16T23:31:08.469804Z",
            "url": "https://files.pythonhosted.org/packages/34/4b/449db0badd474fc33f9a098771dae394572e92ee767eb74c78231eee534b/dabl-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9d84012b9f54c5f208a4722e9806b7badf70b8d9184aa90af0b999a061b2cfc",
                "md5": "08c202bb6a06e67d35a42a81735552ad",
                "sha256": "0d299a9cd46e0cbf3e4cdd8580d0232bb37aa2a1f59299aec2ab0d7615a59a53"
            },
            "downloads": -1,
            "filename": "dabl-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "08c202bb6a06e67d35a42a81735552ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 556141,
            "upload_time": "2024-12-16T23:31:09",
            "upload_time_iso_8601": "2024-12-16T23:31:09.991440Z",
            "url": "https://files.pythonhosted.org/packages/e9/d8/4012b9f54c5f208a4722e9806b7badf70b8d9184aa90af0b999a061b2cfc/dabl-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 23:31:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dabl",
    "github_project": "dabl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "lcname": "dabl"
}
        
Elapsed time: 1.73416s