apache-flink-ml


Nameapache-flink-ml JSON
Version 2.3.0 PyPI version JSON
download
home_pagehttps://flink.apache.org
SummaryApache Flink ML Python API
upload_time2023-06-29 23:31:17
maintainer
docs_urlNone
authorApache Software Foundation
requires_python>=3.7
licensehttps://www.apache.org/licenses/LICENSE-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Flink ML is a library which provides machine learning (ML) APIs and infrastructures that simplify the building of ML pipelines. Users can implement ML algorithms with the standard ML APIs and further use these infrastructures to build ML pipelines for both training and inference jobs.

Flink ML is developed under the umbrella of [Apache Flink](https://flink.apache.org/).

## Python Packaging

Prerequisites for building apache-flink-ml:

* Unix-like environment (we use Linux, Mac OS X)
* Python version(3.7 or 3.8) is required

Then go to the root directory of flink-ml-python source code and run this command to build the sdist package of apache-flink-ml:
```bash
cd flink-ml-python; python setup.py sdist;
```

The sdist package of apache-flink-ml will be found under ./flink-ml-python/dist/. It could be used for installation, such as:
```bash
python -m pip install dist/*.tar.gz
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://flink.apache.org",
    "name": "apache-flink-ml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Apache Software Foundation",
    "author_email": "dev@flink.apache.org",
    "download_url": "https://files.pythonhosted.org/packages/82/82/bd7e6abc8286e8ea1e7d34196bb6bd153308b7764d621a65bfee91939900/apache-flink-ml-2.3.0.tar.gz",
    "platform": null,
    "description": "Flink ML is a library which provides machine learning (ML) APIs and infrastructures that simplify the building of ML pipelines. Users can implement ML algorithms with the standard ML APIs and further use these infrastructures to build ML pipelines for both training and inference jobs.\n\nFlink ML is developed under the umbrella of [Apache Flink](https://flink.apache.org/).\n\n## Python Packaging\n\nPrerequisites for building apache-flink-ml:\n\n* Unix-like environment (we use Linux, Mac OS X)\n* Python version(3.7 or 3.8) is required\n\nThen go to the root directory of flink-ml-python source code and run this command to build the sdist package of apache-flink-ml:\n```bash\ncd flink-ml-python; python setup.py sdist;\n```\n\nThe sdist package of apache-flink-ml will be found under ./flink-ml-python/dist/. It could be used for installation, such as:\n```bash\npython -m pip install dist/*.tar.gz\n```\n\n\n",
    "bugtrack_url": null,
    "license": "https://www.apache.org/licenses/LICENSE-2.0",
    "summary": "Apache Flink ML Python API",
    "version": "2.3.0",
    "project_urls": {
        "Homepage": "https://flink.apache.org"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8282bd7e6abc8286e8ea1e7d34196bb6bd153308b7764d621a65bfee91939900",
                "md5": "281e22e59ca06b9ef7d9f7cf30c08d7b",
                "sha256": "dcff20eff7691791f8b562700cde7a248169d612ab6ea47df8a5a2069abf5912"
            },
            "downloads": -1,
            "filename": "apache-flink-ml-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "281e22e59ca06b9ef7d9f7cf30c08d7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3369850,
            "upload_time": "2023-06-29T23:31:17",
            "upload_time_iso_8601": "2023-06-29T23:31:17.226623Z",
            "url": "https://files.pythonhosted.org/packages/82/82/bd7e6abc8286e8ea1e7d34196bb6bd153308b7764d621a65bfee91939900/apache-flink-ml-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-29 23:31:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "apache-flink-ml"
}
        
Elapsed time: 0.09445s