ocean-ml


Nameocean-ml JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/AgufSamudra/ocean
Summary
upload_time2023-07-22 16:09:43
maintainer
docs_urlNone
authorGufranaka Samudra
requires_python
licenseMIT
keywords python ocean machine learning machinelearning automl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ocean

## Easy ML workflows built on scikit-learn

Ocean is a package for machine learning workflows that makes it easier to create models. It is made using several tools from scikit-learn, to speed up the machine learning process.

## Feature

This package will continue to be developed to add more features, but for now there is only one feature, namely automl.

- automl

## Dependency

```console
numpy==1.25.1
scikit-learn==1.3.0
scipy==1.11.1
tabulate==0.9.0
xgboost==1.7.6
```

## How to Install

You can install ocean with pip using this command:
```console
pip install ocean-ml
```

## Example

#### AutoML

```python
from ocean.automl import AutoMLRegressor

model = AutoMLRegressor(X, y, categoric, tune_params=True)
model.fit()
```

## Github Link
https://github.com/AgufSamudra/ocean <br>
[Ocean](https://github.com/AgufSamudra/ocean)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AgufSamudra/ocean",
    "name": "ocean-ml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,ocean,machine,learning,machinelearning,automl",
    "author": "Gufranaka Samudra",
    "author_email": "gufranakasamudra348@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/99/0538917d85a832a3b9f53e479c032294db6bdd1bc3daed6e25a6174a4521/ocean-ml-1.0.1.tar.gz",
    "platform": null,
    "description": "# Ocean\r\n\r\n## Easy ML workflows built on scikit-learn\r\n\r\nOcean is a package for machine learning workflows that makes it easier to create models. It is made using several tools from scikit-learn, to speed up the machine learning process.\r\n\r\n## Feature\r\n\r\nThis package will continue to be developed to add more features, but for now there is only one feature, namely automl.\r\n\r\n- automl\r\n\r\n## Dependency\r\n\r\n```console\r\nnumpy==1.25.1\r\nscikit-learn==1.3.0\r\nscipy==1.11.1\r\ntabulate==0.9.0\r\nxgboost==1.7.6\r\n```\r\n\r\n## How to Install\r\n\r\nYou can install ocean with pip using this command:\r\n```console\r\npip install ocean-ml\r\n```\r\n\r\n## Example\r\n\r\n#### AutoML\r\n\r\n```python\r\nfrom ocean.automl import AutoMLRegressor\r\n\r\nmodel = AutoMLRegressor(X, y, categoric, tune_params=True)\r\nmodel.fit()\r\n```\r\n\r\n## Github Link\r\nhttps://github.com/AgufSamudra/ocean <br>\r\n[Ocean](https://github.com/AgufSamudra/ocean)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/AgufSamudra/ocean"
    },
    "split_keywords": [
        "python",
        "ocean",
        "machine",
        "learning",
        "machinelearning",
        "automl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dba2edc1340e0349140ac1284777dd15293992a9c736257b19d225270aee820a",
                "md5": "e900c36cd830c2cc21e7c0a757a10119",
                "sha256": "61c3f4f55a4f47448c3568824b7ed32f4c14676b5771bd688db12bc7be035dfa"
            },
            "downloads": -1,
            "filename": "ocean_ml-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e900c36cd830c2cc21e7c0a757a10119",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8527,
            "upload_time": "2023-07-22T16:09:41",
            "upload_time_iso_8601": "2023-07-22T16:09:41.480084Z",
            "url": "https://files.pythonhosted.org/packages/db/a2/edc1340e0349140ac1284777dd15293992a9c736257b19d225270aee820a/ocean_ml-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff990538917d85a832a3b9f53e479c032294db6bdd1bc3daed6e25a6174a4521",
                "md5": "3742643e12f9773005ce37dec76779e1",
                "sha256": "fea8c788b9359849d01940744519d6fdee17da51929dcaea6c438ec74f6a42f2"
            },
            "downloads": -1,
            "filename": "ocean-ml-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3742643e12f9773005ce37dec76779e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8222,
            "upload_time": "2023-07-22T16:09:43",
            "upload_time_iso_8601": "2023-07-22T16:09:43.448580Z",
            "url": "https://files.pythonhosted.org/packages/ff/99/0538917d85a832a3b9f53e479c032294db6bdd1bc3daed6e25a6174a4521/ocean-ml-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-22 16:09:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AgufSamudra",
    "github_project": "ocean",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "ocean-ml"
}
        
Elapsed time: 0.09034s