that-ml-library


Namethat-ml-library JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/anhquan0412/that-ml-library
SummaryA useful package for EDA and quick ML model building
upload_time2024-02-19 03:59:16
maintainer
docs_urlNone
authorQuan Tran
requires_python>=3.8
licenseApache Software License 2.0
keywords jupyter notebook python sklearn statistics statsmodels
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # that-ml-library

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

``` sh
pip install that_ml_library
```

For tree visualization function
([`plot_tree_dtreeviz`](https://anhquan0412.github.io/that-ml-library/chart_plotting.html#plot_tree_dtreeviz)
or
[`plot_tree_sklearn`](https://anhquan0412.github.io/that-ml-library/chart_plotting.html#plot_tree_sklearn)),
you also need to install `graphviz`. Please follow the instruction
[here](https://github.com/parrt/dtreeviz#installation)

## How to use

Please visit <https://anhquan0412.github.io/that-ml-library/> for
tutorials and documentations

## A word of caution

This library should only be utilized solely for developing a proof of
concept or prototype for your machine learning model with your specific
dataset, with the aim of evaluating the model’s performance and
interpretability. For deployment in a production environment, opt for a
more organized methodology, such as
<https://scikit-learn.org/stable/modules/compose.html#pipeline>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/anhquan0412/that-ml-library",
    "name": "that-ml-library",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "jupyter notebook python sklearn statistics statsmodels",
    "author": "Quan Tran",
    "author_email": "anhquan0412@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/70/65f07e06e1693c86f8a10a74dd86f287ed1713471bb29fdae3ca31cefa03/that-ml-library-0.0.5.tar.gz",
    "platform": null,
    "description": "# that-ml-library\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Install\n\n``` sh\npip install that_ml_library\n```\n\nFor tree visualization function\n([`plot_tree_dtreeviz`](https://anhquan0412.github.io/that-ml-library/chart_plotting.html#plot_tree_dtreeviz)\nor\n[`plot_tree_sklearn`](https://anhquan0412.github.io/that-ml-library/chart_plotting.html#plot_tree_sklearn)),\nyou also need to install `graphviz`. Please follow the instruction\n[here](https://github.com/parrt/dtreeviz#installation)\n\n## How to use\n\nPlease visit <https://anhquan0412.github.io/that-ml-library/> for\ntutorials and documentations\n\n## A word of caution\n\nThis library should only be utilized solely for developing a proof of\nconcept or prototype for your machine learning model with your specific\ndataset, with the aim of evaluating the model\u2019s performance and\ninterpretability. For deployment in a production environment, opt for a\nmore organized methodology, such as\n<https://scikit-learn.org/stable/modules/compose.html#pipeline>\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "A useful package for EDA and quick ML model building",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/anhquan0412/that-ml-library"
    },
    "split_keywords": [
        "jupyter",
        "notebook",
        "python",
        "sklearn",
        "statistics",
        "statsmodels"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5ea8e515eee5666a1e752da23332765f3cf98f65eddc9dc6987018e927fd39a",
                "md5": "64b3bbab288a24e0f9f322aee7feab02",
                "sha256": "c756c392e34823180bf89eaca3f27a109c91708bd8ac2d0cd7a6330d2898229b"
            },
            "downloads": -1,
            "filename": "that_ml_library-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64b3bbab288a24e0f9f322aee7feab02",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20144,
            "upload_time": "2024-02-19T03:59:15",
            "upload_time_iso_8601": "2024-02-19T03:59:15.123310Z",
            "url": "https://files.pythonhosted.org/packages/f5/ea/8e515eee5666a1e752da23332765f3cf98f65eddc9dc6987018e927fd39a/that_ml_library-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e7065f07e06e1693c86f8a10a74dd86f287ed1713471bb29fdae3ca31cefa03",
                "md5": "9c6ca60895b70da2465aa8c6992fdd5f",
                "sha256": "e1076739aec8923f4c6514fe0cce5041fda86a60223e881c3941eb55417e2858"
            },
            "downloads": -1,
            "filename": "that-ml-library-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9c6ca60895b70da2465aa8c6992fdd5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19826,
            "upload_time": "2024-02-19T03:59:16",
            "upload_time_iso_8601": "2024-02-19T03:59:16.668942Z",
            "url": "https://files.pythonhosted.org/packages/4e/70/65f07e06e1693c86f8a10a74dd86f287ed1713471bb29fdae3ca31cefa03/that-ml-library-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 03:59:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "anhquan0412",
    "github_project": "that-ml-library",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "that-ml-library"
}
        
Elapsed time: 0.18857s