getml


Namegetml JSON
Version 1.4.0 PyPI version JSON
download
home_page
SummaryPython API for getML
upload_time2023-10-17 13:24:43
maintainer
docs_urlNone
author
requires_python>=3.8
licenseElastic License 2.0 (ELv2)
keywords automl feature learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # getML - Automated Feature Engineering for Relational Data and Time Series

getML ([https://getml.com](https://getml.com)) is a tool for automating feature engineering on relational data and time series. Unlike similar tools, it includes a database engine 
that has been customized for this very purpose.

Because of this customized database engine, it is very fast. In fact, it is
between 60x to 1000x faster than other open-source tools for automated
feature engineering.

This is the official python client for the getML engine.

Documentation and more details at [https://docs.getml.com/1.4.0](https://docs.getml.com/1.4.0)


### Build

To build the package install
```bash
pip install build
```

and run
```bash
python3 -m build .
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "getml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "AutoML,feature learning",
    "author": "",
    "author_email": "getML <getml@getml.com>",
    "download_url": "",
    "platform": null,
    "description": "# getML - Automated Feature Engineering for Relational Data and Time Series\n\ngetML ([https://getml.com](https://getml.com)) is a tool for automating feature engineering on relational data and time series. Unlike similar tools, it includes a database engine \nthat has been customized for this very purpose.\n\nBecause of this customized database engine, it is very fast. In fact, it is\nbetween 60x to 1000x faster than other open-source tools for automated\nfeature engineering.\n\nThis is the official python client for the getML engine.\n\nDocumentation and more details at [https://docs.getml.com/1.4.0](https://docs.getml.com/1.4.0)\n\n\n### Build\n\nTo build the package install\n```bash\npip install build\n```\n\nand run\n```bash\npython3 -m build .\n```\n",
    "bugtrack_url": null,
    "license": "Elastic License 2.0 (ELv2)",
    "summary": "Python API for getML",
    "version": "1.4.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/getml/getml-community/issues",
        "Documentation": "https://docs.getml.com/1.4.0",
        "Download": "https://getml.com/product/download/",
        "Hompage": "https://getml.com",
        "Source Code": "https://github.com/getml/getml-community"
    },
    "split_keywords": [
        "automl",
        "feature learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ba58f3a1c39c3d33528baa881065bfc27c40cd36424c0172f4dae600cfea629",
                "md5": "d3b5d047e26d9bf2361e12e4e38f0a55",
                "sha256": "60210eb20c628222fee1aade73047248f0eaec8219bae0fcf2e7b90b3cfba6b6"
            },
            "downloads": -1,
            "filename": "getml-1.4.0-py3-none-manylinux_2_17_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d3b5d047e26d9bf2361e12e4e38f0a55",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23596113,
            "upload_time": "2023-10-17T13:24:43",
            "upload_time_iso_8601": "2023-10-17T13:24:43.387794Z",
            "url": "https://files.pythonhosted.org/packages/8b/a5/8f3a1c39c3d33528baa881065bfc27c40cd36424c0172f4dae600cfea629/getml-1.4.0-py3-none-manylinux_2_17_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f63b8936ebca6af0d798e7b26346b637aa387f2d7bb7677f0b63d933d4addcd8",
                "md5": "f476fbede4bc04d72818100f35ccb635",
                "sha256": "324c63ca1457e1b81b0cee6c7bac379af74642a6a458d3b7612f4f8e09d5ed72"
            },
            "downloads": -1,
            "filename": "getml-1.4.0-py3-none-manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f476fbede4bc04d72818100f35ccb635",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 24621657,
            "upload_time": "2023-10-17T13:26:02",
            "upload_time_iso_8601": "2023-10-17T13:26:02.972964Z",
            "url": "https://files.pythonhosted.org/packages/f6/3b/8936ebca6af0d798e7b26346b637aa387f2d7bb7677f0b63d933d4addcd8/getml-1.4.0-py3-none-manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-17 13:24:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "getml",
    "github_project": "getml-community",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "getml"
}
        
Elapsed time: 0.13012s