autogluon.cloud


Nameautogluon.cloud JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/autogluon/autogluon-cloud
SummaryTrain and deploy AutoGluon backed models on the cloud
upload_time2023-12-22 04:06:17
maintainer
docs_urlNone
authorAutoGluon Community
requires_python>=3.8, <3.12
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

<div align="left">
  <img src="https://user-images.githubusercontent.com/16392542/77208906-224aa500-6aba-11ea-96bd-e81806074030.png" width="350">
</div>

# AutoGluon-Cloud

[![Continuous Integration](https://github.com/autogluon/autogluon-cloud/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/autogluon/autogluon-cloud/actions/workflows/continuous_integration.yml)

AutoGluon-Cloud aims to provide user tools to train, fine-tune and deploy [AutoGluon](https://auto.gluon.ai/stable/index.html) backed models on the cloud. With just a few lines of codes, users could train a model and perform inference on the cloud without worrying about MLOps details such as resource management.

Currently, AutoGluon-Cloud supports [AWS SageMaker](https://aws.amazon.com/sagemaker/) as the cloud backend.

## Installation
```bash
pip install -U pip
pip install -U setuptools wheel
pip install autogluon.cloud
```

## Example
```python

from autogluon.cloud import TabularCloudPredictor
import pandas as pd
train_data = pd.read_csv("https://autogluon.s3.amazonaws.com/datasets/Inc/train.csv")
test_data = pd.read_csv("https://autogluon.s3.amazonaws.com/datasets/Inc/test.csv")
test_data.drop(columns=['class'], inplace=True)
predictor_init_args = {"label": "class"}  # init args you would pass to AG TabularPredictor
predictor_fit_args = {"train_data": train_data, "time_limit": 120}  # fit args you would pass to AG TabularPredictor
cloud_predictor = TabularCloudPredictor(cloud_output_path='YOUR_S3_BUCKET_PATH')
cloud_predictor.fit(predictor_init_args=predictor_init_args, predictor_fit_args=predictor_fit_args)
cloud_predictor.deploy()
result = cloud_predictor.predict_real_time(test_data)
cloud_predictor.cleanup_deployment()
# Batch inference
result = cloud_predictor.predict(test_data)
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/autogluon/autogluon-cloud",
    "name": "autogluon.cloud",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "AutoGluon Community",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/bd/87/71e7528797c6d3d46df52dce7f04d88e0ea6e84a91a517be6e682c30ea3a/autogluon.cloud-0.3.1.tar.gz",
    "platform": null,
    "description": "\n\n<div align=\"left\">\n  <img src=\"https://user-images.githubusercontent.com/16392542/77208906-224aa500-6aba-11ea-96bd-e81806074030.png\" width=\"350\">\n</div>\n\n# AutoGluon-Cloud\n\n[![Continuous Integration](https://github.com/autogluon/autogluon-cloud/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/autogluon/autogluon-cloud/actions/workflows/continuous_integration.yml)\n\nAutoGluon-Cloud aims to provide user tools to train, fine-tune and deploy [AutoGluon](https://auto.gluon.ai/stable/index.html) backed models on the cloud. With just a few lines of codes, users could train a model and perform inference on the cloud without worrying about MLOps details such as resource management.\n\nCurrently, AutoGluon-Cloud supports [AWS SageMaker](https://aws.amazon.com/sagemaker/) as the cloud backend.\n\n## Installation\n```bash\npip install -U pip\npip install -U setuptools wheel\npip install autogluon.cloud\n```\n\n## Example\n```python\n\nfrom autogluon.cloud import TabularCloudPredictor\nimport pandas as pd\ntrain_data = pd.read_csv(\"https://autogluon.s3.amazonaws.com/datasets/Inc/train.csv\")\ntest_data = pd.read_csv(\"https://autogluon.s3.amazonaws.com/datasets/Inc/test.csv\")\ntest_data.drop(columns=['class'], inplace=True)\npredictor_init_args = {\"label\": \"class\"}  # init args you would pass to AG TabularPredictor\npredictor_fit_args = {\"train_data\": train_data, \"time_limit\": 120}  # fit args you would pass to AG TabularPredictor\ncloud_predictor = TabularCloudPredictor(cloud_output_path='YOUR_S3_BUCKET_PATH')\ncloud_predictor.fit(predictor_init_args=predictor_init_args, predictor_fit_args=predictor_fit_args)\ncloud_predictor.deploy()\nresult = cloud_predictor.predict_real_time(test_data)\ncloud_predictor.cleanup_deployment()\n# Batch inference\nresult = cloud_predictor.predict(test_data)\n```\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Train and deploy AutoGluon backed models on the cloud",
    "version": "0.3.1",
    "project_urls": {
        "Bug Reports": "https://github.com/autogluon/autogluon-cloud/issues",
        "Contribute!": "https://github.com/autogluon/autogluon-cloud/blob/master/CONTRIBUTING.md",
        "Documentation": "https://auto.gluon.ai",
        "Homepage": "https://github.com/autogluon/autogluon-cloud",
        "Source": "https://github.com/autogluon/autogluon-cloud/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ac2b0a0870e455ddc1d5e805aa39e60b3903d8bba4b2851c9a2157b0c8cf048",
                "md5": "913ebb8c5a7f4a34fd17c80aed3beb38",
                "sha256": "bf6018e0ec37e1700fe33723fee678207bc60f1334076b274f3b71ed3bdde897"
            },
            "downloads": -1,
            "filename": "autogluon.cloud-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "913ebb8c5a7f4a34fd17c80aed3beb38",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <3.12",
            "size": 91827,
            "upload_time": "2023-12-22T04:06:13",
            "upload_time_iso_8601": "2023-12-22T04:06:13.967180Z",
            "url": "https://files.pythonhosted.org/packages/7a/c2/b0a0870e455ddc1d5e805aa39e60b3903d8bba4b2851c9a2157b0c8cf048/autogluon.cloud-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd8771e7528797c6d3d46df52dce7f04d88e0ea6e84a91a517be6e682c30ea3a",
                "md5": "6ad9c7b2dded7d2d4c2a6335c1dcce0d",
                "sha256": "efba6b17480c4b097dcf1c0d55c4f9100007434416d0d40dc1531224b9f92ef8"
            },
            "downloads": -1,
            "filename": "autogluon.cloud-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6ad9c7b2dded7d2d4c2a6335c1dcce0d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8, <3.12",
            "size": 68075,
            "upload_time": "2023-12-22T04:06:17",
            "upload_time_iso_8601": "2023-12-22T04:06:17.784636Z",
            "url": "https://files.pythonhosted.org/packages/bd/87/71e7528797c6d3d46df52dce7f04d88e0ea6e84a91a517be6e682c30ea3a/autogluon.cloud-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-22 04:06:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "autogluon",
    "github_project": "autogluon-cloud",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "autogluon.cloud"
}
        
Elapsed time: 0.20217s