anovos


Nameanovos JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/anovos/anovos.git
SummaryAn Open Source tool for Feature Engineering in Machine Learning
upload_time2022-12-02 16:00:19
maintainer
docs_urlNone
authorTeam Anovos
requires_python>=3.7
license
keywords machine learning open source feature engineering analytics apache spark feature recommendation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<a href="https://anovos.ai"><img src="https://mobilewalla-anovos.s3.amazonaws.com/images/anovos-dark-horizontal.png" alt="anovos-dark-horizontal" border="0"></a>
</p>

# Anovos

[![Release Latest](https://img.shields.io/badge/release-%20v1.1.0-green?style=plastic)](https://github.com/anovos/anovos/releases/)
[![Docs Latest](https://img.shields.io/badge/docs-latest-blue.svg?style=plastic)](https://docs.anovos.ai/)
[![License](https://img.shields.io/badge/License-Apache_2.0-red.svg?style=plastic)](https://opensource.org/licenses/Apache-2.0)
[![twitter](https://img.shields.io/badge/Follow--lightgrey?logo=twitter&style=social)](https://twitter.com/ml_anovos)
[![Slack](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://featureengineers.slack.com/)

_Anovos_ is an open source library for feature engineering at scale.
Built by data scientists & ML Engineers for the data science community,
it provides all the capabilities required for data ingestion, data analysis,
data drift & data stability analysis, feature recommendation and feature composition.
In addition, it automatically produces easily interpretable professional data reports
that help users understand the nature of data at first sight and further enable data
scientists to identify and engineer features.

Leveraging the power of [Apache Spark](https://spark.apache.org/) behind the scenes,
_Anovos_ improves data scientists' productivity and helps them build more resilient
and better performing models.

# Quick Start

The easiest way to try out _Anovos_ and explore its capabilities is through the provided
[examples](/examples) that you can run via Docker without the need to install anything
on your local machine.

```bash
# Launch an anovos-examples Docker container
sudo docker run -p 8888:8888 anovos/anovos-examples-3.2.2:latest
```

To reach the Jupyter environment, open the link to `http://127.0.0.1:8888/?token...`
generated by the Jupyter NotebookApp.

If you're not familiar with _Anovos_ or feature engineering, the _Getting Started with
Anovos_ guide is a good place to begin your journey.
You can find it in the `/guides` folder within the Jupyter environment.

For more detailed instructions on how to install Docker and how to troubleshoot potential
issues, see the [examples README](/examples/README.md).

# Using Anovos

## Requirements

To use _Anovos_, you need compatible versions of [Apache Spark](https://spark.apache.org/),
Java and Python.

Currently, we officially support the following combinations:

- Apache Spark 2.4.x on Java 8 with Python 3.7.x
- Apache Spark 3.1.x on Java 11 with Python 3.9.x
- Apache Spark 3.2.x on Java 11 with Python 3.10.x

To see what we're currently testing, see
[this configuration](https://github.com/anovos/anovos/blob/main/.github/workflows/full-demo.yml#L21).

## Installation

You can install the latest release of _Anovos_ directly through [PyPI](https://pypi.org/project/anovos/):

```bash
pip install anovos
```

## Documentation

We provide a comprehensive documentation at [docs.anovos.ai](https://docs.anovos.ai) that includes
[user guides](https://docs.anovos.ai/getting-started.html) as well as a detailed
[API documentation](https://docs.anovos.ai/api/index.html).

For usage examples, see the provided [interactive guides and Jupyter notebooks](/examples) as well as
the [Spark demo](/demo).

# Overview

<p align="center">
  <img src="https://mobilewalla-anovos.s3.amazonaws.com/images/anovos_architecture_v2_0_a.jpg" width="830px" alt="Anovos Architecture Diagram">
</p>

## Roadmap

_Anovos_ has designed for to support any feature engineering tasks in a scalable form.
To see what's planned for the upcoming releases, see our
[roadmap](https://docs.anovos.ai/using-anovos/roadmap.html).

## Development Version

To try out the latest additions to _Anovos_, you can install it directly from _GitHub_:

```bash
pip install git+https://github.com/anovos/anovos.git
```

Please note that this version is frequently updated and might not be fully compatible with the documentation available
at [docs.anovos.ai](https://docs.anovos.ai).

# Contribute

We're always happy to discuss and accept improvements to _Anovos_. To get started, please refer to
our [Contributing to Anovos](https://docs.anovos.ai/community/contributing.html) page in the documentation.

To start coding, clone this repository, install both the regular and development requirements,
and set up the pre-commit hooks:

```bash
git clone https://github.com/anovos/anovos.git
cd anovos/
pip install -r requirements.txt
pip install -r dev_requirements.txt
pre-commit install
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/anovos/anovos.git",
    "name": "anovos",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "machine learning,open source,feature engineering,analytics,apache spark,feature recommendation",
    "author": "Team Anovos",
    "author_email": "info@anovos.ai",
    "download_url": "https://files.pythonhosted.org/packages/d7/be/77c4a5577c9dd7f4978bac6323f1c811d5f57eb3061869b8278f337e48ef/anovos-1.1.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<a href=\"https://anovos.ai\"><img src=\"https://mobilewalla-anovos.s3.amazonaws.com/images/anovos-dark-horizontal.png\" alt=\"anovos-dark-horizontal\" border=\"0\"></a>\n</p>\n\n# Anovos\n\n[![Release Latest](https://img.shields.io/badge/release-%20v1.1.0-green?style=plastic)](https://github.com/anovos/anovos/releases/)\n[![Docs Latest](https://img.shields.io/badge/docs-latest-blue.svg?style=plastic)](https://docs.anovos.ai/)\n[![License](https://img.shields.io/badge/License-Apache_2.0-red.svg?style=plastic)](https://opensource.org/licenses/Apache-2.0)\n[![twitter](https://img.shields.io/badge/Follow--lightgrey?logo=twitter&style=social)](https://twitter.com/ml_anovos)\n[![Slack](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://featureengineers.slack.com/)\n\n_Anovos_ is an open source library for feature engineering at scale.\nBuilt by data scientists & ML Engineers for the data science community,\nit provides all the capabilities required for data ingestion, data analysis,\ndata drift & data stability analysis, feature recommendation and feature composition.\nIn addition, it automatically produces easily interpretable professional data reports\nthat help users understand the nature of data at first sight and further enable data\nscientists to identify and engineer features.\n\nLeveraging the power of [Apache Spark](https://spark.apache.org/) behind the scenes,\n_Anovos_ improves data scientists' productivity and helps them build more resilient\nand better performing models.\n\n# Quick Start\n\nThe easiest way to try out _Anovos_ and explore its capabilities is through the provided\n[examples](/examples) that you can run via Docker without the need to install anything\non your local machine.\n\n```bash\n# Launch an anovos-examples Docker container\nsudo docker run -p 8888:8888 anovos/anovos-examples-3.2.2:latest\n```\n\nTo reach the Jupyter environment, open the link to `http://127.0.0.1:8888/?token...`\ngenerated by the Jupyter NotebookApp.\n\nIf you're not familiar with _Anovos_ or feature engineering, the _Getting Started with\nAnovos_ guide is a good place to begin your journey.\nYou can find it in the `/guides` folder within the Jupyter environment.\n\nFor more detailed instructions on how to install Docker and how to troubleshoot potential\nissues, see the [examples README](/examples/README.md).\n\n# Using Anovos\n\n## Requirements\n\nTo use _Anovos_, you need compatible versions of [Apache Spark](https://spark.apache.org/),\nJava and Python.\n\nCurrently, we officially support the following combinations:\n\n- Apache Spark 2.4.x on Java 8 with Python 3.7.x\n- Apache Spark 3.1.x on Java 11 with Python 3.9.x\n- Apache Spark 3.2.x on Java 11 with Python 3.10.x\n\nTo see what we're currently testing, see\n[this configuration](https://github.com/anovos/anovos/blob/main/.github/workflows/full-demo.yml#L21).\n\n## Installation\n\nYou can install the latest release of _Anovos_ directly through [PyPI](https://pypi.org/project/anovos/):\n\n```bash\npip install anovos\n```\n\n## Documentation\n\nWe provide a comprehensive documentation at [docs.anovos.ai](https://docs.anovos.ai) that includes\n[user guides](https://docs.anovos.ai/getting-started.html) as well as a detailed\n[API documentation](https://docs.anovos.ai/api/index.html).\n\nFor usage examples, see the provided [interactive guides and Jupyter notebooks](/examples) as well as\nthe [Spark demo](/demo).\n\n# Overview\n\n<p align=\"center\">\n  <img src=\"https://mobilewalla-anovos.s3.amazonaws.com/images/anovos_architecture_v2_0_a.jpg\" width=\"830px\" alt=\"Anovos Architecture Diagram\">\n</p>\n\n## Roadmap\n\n_Anovos_ has designed for to support any feature engineering tasks in a scalable form.\nTo see what's planned for the upcoming releases, see our\n[roadmap](https://docs.anovos.ai/using-anovos/roadmap.html).\n\n## Development Version\n\nTo try out the latest additions to _Anovos_, you can install it directly from _GitHub_:\n\n```bash\npip install git+https://github.com/anovos/anovos.git\n```\n\nPlease note that this version is frequently updated and might not be fully compatible with the documentation available\nat [docs.anovos.ai](https://docs.anovos.ai).\n\n# Contribute\n\nWe're always happy to discuss and accept improvements to _Anovos_. To get started, please refer to\nour [Contributing to Anovos](https://docs.anovos.ai/community/contributing.html) page in the documentation.\n\nTo start coding, clone this repository, install both the regular and development requirements,\nand set up the pre-commit hooks:\n\n```bash\ngit clone https://github.com/anovos/anovos.git\ncd anovos/\npip install -r requirements.txt\npip install -r dev_requirements.txt\npre-commit install\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An Open Source tool for Feature Engineering in Machine Learning",
    "version": "1.1.0",
    "split_keywords": [
        "machine learning",
        "open source",
        "feature engineering",
        "analytics",
        "apache spark",
        "feature recommendation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "81d809d6a3f04b3b7c279e1811e5b35e",
                "sha256": "d47e3fe59ffac539576170ea0754c4e4317c91fd2336131bd25b311cb36d79fd"
            },
            "downloads": -1,
            "filename": "anovos-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "81d809d6a3f04b3b7c279e1811e5b35e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 226016,
            "upload_time": "2022-12-02T16:00:17",
            "upload_time_iso_8601": "2022-12-02T16:00:17.918465Z",
            "url": "https://files.pythonhosted.org/packages/a5/3d/426beecf32ab7051231935f554c47008e2b6354fe159b8bfa709ebb82649/anovos-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "090941b251c25996578b1b288e054868",
                "sha256": "4dc8c2d13f05a9982a707f434f484368ee7053d0b1646b23ddc2e5b7bd852f91"
            },
            "downloads": -1,
            "filename": "anovos-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "090941b251c25996578b1b288e054868",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 208141,
            "upload_time": "2022-12-02T16:00:19",
            "upload_time_iso_8601": "2022-12-02T16:00:19.719591Z",
            "url": "https://files.pythonhosted.org/packages/d7/be/77c4a5577c9dd7f4978bac6323f1c811d5f57eb3061869b8278f337e48ef/anovos-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 16:00:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "anovos",
    "github_project": "anovos.git",
    "lcname": "anovos"
}
        
Elapsed time: 0.01960s