itea


Nameitea JSON
Version 1.1.2 PyPI version JSON
download
home_page
SummaryInteraction-Transformation Evolutionary Algorithm for Symbolic Regression.
upload_time2023-07-05 13:53:01
maintainer
docs_urlNone
authorGuilherme Aldeia
requires_python>=3.7
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itea-python

<img src="https://galdeia.github.io/itea-python/_static/itea-logo.png" alt="drawing" width="300"/><br>

![code coverage](https://galdeia.github.io/itea-python/_images/coverage.svg)
![python version](https://galdeia.github.io/itea-python/_images/pythonversion.svg)

[![PyPI version](https://badge.fury.io/py/itea.svg)](https://badge.fury.io/py/itea)
[![Documentation Status](https://readthedocs.org/projects/itea-python/badge/?version=latest)](https://itea-python.readthedocs.io/en/latest/?badge=latest)

itea is a python implementation of the Interaction-Transformation Evolutionary
Algorithm described in the paper "Franca, F., & Aldeia, G. (2020).
Interaction-Transformation Evolutionary Algorithm for Symbolic Regression.
Evolutionary Computation, 1-25."

The Interaction-Transformation (IT) representation is a step towards obtaining
simpler and more interpretable results, searching in the mathematical
equations space by means of an evolutionary strategy.

Together with ITEA for Classification and Regression, we provide a
model-specific explainer based on the Partial Effects to help users get a
better understanding of the resulting expressions.

This implementation is based on the scikit-learn package and the implementations
of the estimators follow their guidelines.


> **OBS:** There also exists a [high-performing Haskell implementation (that comes with a python wrapper)](https://github.com/folivetti/ITEA) by [@folivetti](https://github.com/folivetti/ITEA).

## Documentation

Documentation is available at [readthedocs](https://itea-python.readthedocs.io/en/latest).


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "itea",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Guilherme Aldeia",
    "author_email": "guilherme.aldeia@ufabc.edu.br",
    "download_url": "https://files.pythonhosted.org/packages/74/07/84aeebb7614a8de1fe1f66799f60a8640867cb45523e0466253c34fcfc05/itea-1.1.2.tar.gz",
    "platform": null,
    "description": "# itea-python\n\n<img src=\"https://galdeia.github.io/itea-python/_static/itea-logo.png\" alt=\"drawing\" width=\"300\"/><br>\n\n![code coverage](https://galdeia.github.io/itea-python/_images/coverage.svg)\n![python version](https://galdeia.github.io/itea-python/_images/pythonversion.svg)\n\n[![PyPI version](https://badge.fury.io/py/itea.svg)](https://badge.fury.io/py/itea)\n[![Documentation Status](https://readthedocs.org/projects/itea-python/badge/?version=latest)](https://itea-python.readthedocs.io/en/latest/?badge=latest)\n\nitea is a python implementation of the Interaction-Transformation Evolutionary\nAlgorithm described in the paper \"Franca, F., & Aldeia, G. (2020).\nInteraction-Transformation Evolutionary Algorithm for Symbolic Regression.\nEvolutionary Computation, 1-25.\"\n\nThe Interaction-Transformation (IT) representation is a step towards obtaining\nsimpler and more interpretable results, searching in the mathematical\nequations space by means of an evolutionary strategy.\n\nTogether with ITEA for Classification and Regression, we provide a\nmodel-specific explainer based on the Partial Effects to help users get a\nbetter understanding of the resulting expressions.\n\nThis implementation is based on the scikit-learn package and the implementations\nof the estimators follow their guidelines.\n\n\n> **OBS:** There also exists a [high-performing Haskell implementation (that comes with a python wrapper)](https://github.com/folivetti/ITEA) by [@folivetti](https://github.com/folivetti/ITEA).\n\n## Documentation\n\nDocumentation is available at [readthedocs](https://itea-python.readthedocs.io/en/latest).\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Interaction-Transformation Evolutionary Algorithm for Symbolic Regression.",
    "version": "1.1.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "740784aeebb7614a8de1fe1f66799f60a8640867cb45523e0466253c34fcfc05",
                "md5": "2b7237c1d1de096b668bccae63e744bb",
                "sha256": "848b712280f4b4c147b54b8a367c967061ab13c4934306fb6105617692476fc1"
            },
            "downloads": -1,
            "filename": "itea-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2b7237c1d1de096b668bccae63e744bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 59837,
            "upload_time": "2023-07-05T13:53:01",
            "upload_time_iso_8601": "2023-07-05T13:53:01.853892Z",
            "url": "https://files.pythonhosted.org/packages/74/07/84aeebb7614a8de1fe1f66799f60a8640867cb45523e0466253c34fcfc05/itea-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-05 13:53:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "itea"
}
        
Elapsed time: 0.09646s