TezzAutoML


NameTezzAutoML JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/Japkeerat/TezzAutoML
SummaryJust another AutoML library, but better and faster.
upload_time2023-11-11 07:11:09
maintainer
docs_urlNone
authorJapkeerat Singh
requires_python>=3.11
licenseCC0-1.0
keywords automl machine-learning ml data-science
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TezzAutoML

Just focus on the data, TezzAutoML will do the rest.

You'll need to do all the preprocessing with the data the way you want.

## Installation

## Usage

```python
from tezzautoml.automl import AutoML

automl = AutoML(data=df, target='target', task='classification', n_trials=100, fast_mode=False)
```

When Fast Mode is False, it will use KFold for Regression tasks and StratifiedKFold for Classification
tasks.

When Fast Mode is True, it will use train_test_split for both the tasks.

NOTE: Will be writing complete documentation when 0.2 version is ready. Please wait for the version as this version is still in development with multiple release daily.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Japkeerat/TezzAutoML",
    "name": "TezzAutoML",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "automl machine-learning ml data-science",
    "author": "Japkeerat Singh",
    "author_email": "japkeerat21@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/48/d7/39e9336c2fdc50d7d27ac20926666f3c96e3643ff6843f698a56a161166e/TezzAutoML-0.1.5.tar.gz",
    "platform": null,
    "description": "# TezzAutoML\n\nJust focus on the data, TezzAutoML will do the rest.\n\nYou'll need to do all the preprocessing with the data the way you want.\n\n## Installation\n\n## Usage\n\n```python\nfrom tezzautoml.automl import AutoML\n\nautoml = AutoML(data=df, target='target', task='classification', n_trials=100, fast_mode=False)\n```\n\nWhen Fast Mode is False, it will use KFold for Regression tasks and StratifiedKFold for Classification\ntasks.\n\nWhen Fast Mode is True, it will use train_test_split for both the tasks.\n\nNOTE: Will be writing complete documentation when 0.2 version is ready. Please wait for the version as this version is still in development with multiple release daily.\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n",
    "bugtrack_url": null,
    "license": "CC0-1.0",
    "summary": "Just another AutoML library, but better and faster.",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/Japkeerat/TezzAutoML"
    },
    "split_keywords": [
        "automl",
        "machine-learning",
        "ml",
        "data-science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd6beb007741eb2469da40b88f58367836cfab8511b6f8cd71c2c2b6cb1400e7",
                "md5": "8508d38b1d2126c1bcee9fe90091f969",
                "sha256": "e3adbf7d11c819b909f7ca126c89d705f55a9bf00b9be12eb68ee0e0513dd1a5"
            },
            "downloads": -1,
            "filename": "TezzAutoML-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8508d38b1d2126c1bcee9fe90091f969",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 7941,
            "upload_time": "2023-11-11T07:11:06",
            "upload_time_iso_8601": "2023-11-11T07:11:06.658026Z",
            "url": "https://files.pythonhosted.org/packages/dd/6b/eb007741eb2469da40b88f58367836cfab8511b6f8cd71c2c2b6cb1400e7/TezzAutoML-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48d739e9336c2fdc50d7d27ac20926666f3c96e3643ff6843f698a56a161166e",
                "md5": "1272f2f9020bceb96a8006d3f9a8004e",
                "sha256": "fcf3dc0f7182d7e3cc2e45817276086579cbd1ff1f960ad38b9aaf6e6777f3e9"
            },
            "downloads": -1,
            "filename": "TezzAutoML-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "1272f2f9020bceb96a8006d3f9a8004e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 7249,
            "upload_time": "2023-11-11T07:11:09",
            "upload_time_iso_8601": "2023-11-11T07:11:09.404943Z",
            "url": "https://files.pythonhosted.org/packages/48/d7/39e9336c2fdc50d7d27ac20926666f3c96e3643ff6843f698a56a161166e/TezzAutoML-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-11 07:11:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Japkeerat",
    "github_project": "TezzAutoML",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "tezzautoml"
}
        
Elapsed time: 0.14550s