dummyML


NamedummyML JSON
Version 0.9.7 PyPI version JSON
download
home_pagehttps://gitlab.com/YipengUva/end2endml_pkg
SummaryAutomated data analysis pipelines on tabular data for data analyst
upload_time2024-05-04 05:20:55
maintainerNone
docs_urlNone
authorYipeng Song
requires_python<4,>=3.6
licenseNone
keywords data analysis machine learning automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dummyML package

The dummyML Python package is designed for data analysts to do automated data analysis on tabular data using machine learning algorithms. The package implemented all the components, data preprocessing, data splitting, model selection, model fitting and model evaluation, required for defining pipelines to automatically analyze tabular data. 

### Installation

Install dummyML package by running:

```
pip install dummyML
```

on the command line of a Linux system or the Anaconda Prompt on a Windows system. If you don't have root privileges, sometimes you need to add `--user` after the above commands, then pip will install the package in your home directory.

If you want to install a specific version, please visit https://pypi.org/project/dummyML/ to find the exact version number. For example, you can install version 0.9.5 by `pip install dummyML==0.9.5`.

### User guide

The user guide is available at https://dummyml.readthedocs.io/en/latest/.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/YipengUva/end2endml_pkg",
    "name": "dummyML",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "keywords": "data analysis, machine learning, automation",
    "author": "Yipeng Song",
    "author_email": "yipeng.song@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bb/57/a78895e93dab76bee0bf9c9704469558e2e8c0d454c505f40720358725d3/dummyml-0.9.7.tar.gz",
    "platform": null,
    "description": "# dummyML package\n\nThe dummyML Python package is designed for data analysts to do automated data analysis on tabular data using machine learning algorithms. The package implemented all the components, data preprocessing, data splitting, model selection, model fitting and model evaluation, required for defining pipelines to automatically analyze tabular data. \n\n### Installation\n\nInstall dummyML package by running:\n\n```\npip install dummyML\n```\n\non the command line of a Linux system or the Anaconda Prompt on a Windows system. If you don't have root privileges, sometimes you need to add `--user` after the above commands, then pip will install the package in your home directory.\n\nIf you want to install a specific version, please visit https://pypi.org/project/dummyML/ to find the exact version number. For example, you can install version 0.9.5 by `pip install dummyML==0.9.5`.\n\n### User guide\n\nThe user guide is available at https://dummyml.readthedocs.io/en/latest/.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Automated data analysis pipelines on tabular data for data analyst",
    "version": "0.9.7",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/YipengUva/end2endml_pkg/-/issues",
        "Homepage": "https://gitlab.com/YipengUva/end2endml_pkg"
    },
    "split_keywords": [
        "data analysis",
        " machine learning",
        " automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e475b9455e90fa450c4ac809c029f7c241a08a486327add9d07a5c90cc8c4f04",
                "md5": "0b57f69ad1812b42a7469d4ef44fa5ee",
                "sha256": "9282f3b22ba80f8c955fe006b4e9edd3eb34b64b14168d8580c350d0a77d2817"
            },
            "downloads": -1,
            "filename": "dummyML-0.9.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b57f69ad1812b42a7469d4ef44fa5ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 34792,
            "upload_time": "2024-05-04T05:20:52",
            "upload_time_iso_8601": "2024-05-04T05:20:52.933667Z",
            "url": "https://files.pythonhosted.org/packages/e4/75/b9455e90fa450c4ac809c029f7c241a08a486327add9d07a5c90cc8c4f04/dummyML-0.9.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb57a78895e93dab76bee0bf9c9704469558e2e8c0d454c505f40720358725d3",
                "md5": "3c44b15eee44eaa8444358bdb20b7ed5",
                "sha256": "3ed07b09dac5684c64856f14f241f9c5febc571d350fd532afac84650dc097bd"
            },
            "downloads": -1,
            "filename": "dummyml-0.9.7.tar.gz",
            "has_sig": false,
            "md5_digest": "3c44b15eee44eaa8444358bdb20b7ed5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.6",
            "size": 27761,
            "upload_time": "2024-05-04T05:20:55",
            "upload_time_iso_8601": "2024-05-04T05:20:55.392507Z",
            "url": "https://files.pythonhosted.org/packages/bb/57/a78895e93dab76bee0bf9c9704469558e2e8c0d454c505f40720358725d3/dummyml-0.9.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-04 05:20:55",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "YipengUva",
    "gitlab_project": "end2endml_pkg",
    "lcname": "dummyml"
}
        
Elapsed time: 0.26272s