{"id":13856699,"url":"https://github.com/gia-uh/autogoal","last_synced_at":"2026-01-18T18:03:37.330Z","repository":{"id":39984012,"uuid":"255711241","full_name":"gia-uh/autogoal","owner":"gia-uh","description":"A Python framework for program synthesis with a focus on Automated Machine Learning.","archived":false,"fork":false,"pushed_at":"2025-05-30T18:10:07.000Z","size":13064,"stargazers_count":213,"open_issues_count":25,"forks_count":66,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-11-07T04:17:14.712Z","etag":null,"topics":["automl","framework","machine-learning","optimization","program-synthesis","python3"],"latest_commit_sha":null,"homepage":"https://autogoal.uhgia.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gia-uh.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-14T19:53:48.000Z","updated_at":"2025-10-16T04:56:15.000Z","dependencies_parsed_at":"2023-10-16T18:25:49.851Z","dependency_job_id":"d20355a0-61fb-45b3-9dcc-b16af0b560b0","html_url":"https://github.com/gia-uh/autogoal","commit_stats":{"total_commits":902,"total_committers":21,"mean_commits":42.95238095238095,"dds":0.4467849223946785,"last_synced_commit":"e7f504ffe57571c59cf582bcbc3ab0a5b91b7e06"},"previous_names":["autogoal/autogoal"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/gia-uh/autogoal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gia-uh%2Fautogoal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gia-uh%2Fautogoal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gia-uh%2Fautogoal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gia-uh%2Fautogoal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gia-uh","download_url":"https://codeload.github.com/gia-uh/autogoal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gia-uh%2Fautogoal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28547004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automl","framework","machine-learning","optimization","program-synthesis","python3"],"created_at":"2024-08-05T03:01:09.499Z","updated_at":"2026-01-18T18:03:37.309Z","avatar_url":"https://github.com/gia-uh.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"![AutoGOAL Logo](https://autogoal.github.io/autogoal-banner.png)\n\n---\n\n[\u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/autogoal\"\u003e](https://pypi.org/project/autogoal/) [\u003cimg alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/autogoal\"\u003e](https://pypi.org/project/autogoal/) [\u003cimg alt=\"PyPI - License\" src=\"https://img.shields.io/pypi/l/autogoal\"\u003e](https://autogoal.github.io/contributing) [\u003cimg alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/autogoal/autogoal?style=social\"\u003e](https://github.com/autogoal/autogoal/stargazers) [\u003cimg alt=\"Twitter Follow\" src=\"https://img.shields.io/twitter/follow/auto_goal?label=Followers\u0026style=social\"\u003e](https://twitter.com/auto_goal)\n\n[\u003cimg src=\"https://codecov.io/gh/autogoal/autogoal/branch/main/graph/badge.svg\" /\u003e](https://codecov.io/gh/autogoal/autogoal/)\n[\u003cimg alt=\"Docker Image Size (CPU)\" src=\"https://img.shields.io/docker/image-size/autogoal/autogoal/latest\"\u003e](https://hub.docker.com/r/autogoal/autogoal)\n[\u003cimg alt=\"Docker Pulls\" src=\"https://img.shields.io/docker/pulls/autogoal/autogoal\"\u003e](https://hub.docker.com/r/autogoal/autogoal)\n\n---\n\nAutoGOAL is a Python library for automatically finding the best way to solve a given task.\nIt has been designed mainly for _Automated Machine Learning_ (aka [AutoML](https://www.automl.org))\nbut it can be used in any scenario where you have several possible ways to solve a given task.\n\nTechnically speaking, AutoGOAL is a framework for program synthesis, i.e., finding the best program to solve\na given problem, provided that the user can describe the space of all possible programs.\nAutoGOAL provides a set of low-level components to define different spaces and efficiently search in them.\nIn the specific context of machine learning, AutoGOAL also provides high-level components that can be used as a black-box in almost any type of problem and dataset format.\n\n## ⭐ Quickstart\n\nAutoGOAL is first and foremost a framework for Automated Machine Learning.\nAs such, it comes pre-packaged with hundreds of low-level machine learning\nalgorithms that can be automatically assembled into pipelines for different problems.\n\nThe core of this functionality lies in the [`AutoML`](https://autogoal.github.io/api/autogoal.ml#automl) class.\n\nTo illustrate the simplicity of its use we will load a dataset and run an automatic classifier in it.\nThe following code will run for approximately 5 minutes on a classic dataset.\n\n```python\nfrom autogoal.datasets import cars\nfrom autogoal.kb import (MatrixContinuousDense, \n                         Supervised, \n                         VectorCategorical)\nfrom autogoal.ml import AutoML\n\n# Load dataset\nX, y = cars.load()\n\n# Instantiate AutoML and define input/output types\nautoml = AutoML(\n    input=(MatrixContinuousDense, \n           Supervised[VectorCategorical]),\n    output=VectorCategorical\n)\n\n# Run the pipeline search process\nautoml.fit(X, y)\n\n# Report the best pipeline\nprint(automl.best_pipeline_)\nprint(automl.best_score_)\n```\n\nSensible defaults are defined for each of the many parameters of `AutoML`.\nMake sure to [read the documentation](https://autogoal.github.io/guide/) for more information.\n\n## ⚙️ Installation\n\nThe easiest way to get AutoGOAL up and running with all the dependencies is to pull the development Docker image, which is somewhat big:\n\n    docker pull autogoal/autogoal\n\nInstructions for setting up Docker are available [here](https://www.docker.com/get-started).\n\nOnce you have the development image downloaded, you can fire up a console and use AutoGOAL interactively.\n\n![](https://autogoal.github.io/shell.svg)\n\nIf you prefer to not use Docker, or you don't want all the dependencies, you can also install AutoGOAL directly with pip:\n\n    pip install autogoal\n\nThis will install the core library but you won't be able to use any of the underlying machine learning algorithms until you install the corresponding optional dependencies. You can install them all with:\n\n    pip install autogoal[contrib]\n\nTo fine-pick which dependencies you want, read the [dependencies section](https://autogoal.github.io/dependencies/).\n\n\u003e ⚠️ **NOTE**: By installing through `pip` you will get the latest release version of AutoGOAL, while by installing through Docker, you will get the latest development version. \n\u003e\n\u003e The development version is mostly up-to-date with the `main` branch, hence it will probably contain more features, but also more bugs, than the release version.\n\n## 💻 CLI\n\nYou can use AutoGOAL directly from the CLI. To see options just type:\n\n    autogoal\n\nUsing the CLI you can train and use AutoML models, download datasets and inspect the contrib libraries without writing a single line of code.\n\n![](https://autogoal.github.io/shell/autogoal_cli.svg)\n\nRead more in the [CLI documentation](https://autogoal.github.io/cli).\n\n## 🤩 Demo\n\nAn online demo app is available at [autogoal.github.io/demo](https://autogoal.github.io/demo).\nThis app showcases the main features of AutoGOAL in interactive case studies.\n\nTo run the demo locally, simply type:\n\n    docker run -p 8501:8501 autogoal/autogoal\n\nAnd navigate to [localhost:8501](http://localhost:8501).\n\n## ⚖️ API stability\n\nWe make a conscious effort to maintain a consistent public API across versions, but the private API can change at any time.\nIn general, everything you can import from `autogoal` without underscores is considered public. \n\nFor example:\n\n```python\n# \"clean\" imports are part of the public API\nfrom autogoal import optimize   \nfrom autogoal.ml import AutoML  \nfrom autogoal.contrib.sklearn import find_classes\n\n# public members of public types as well\nautoml = AutoML\nautoml.fit(...) \n\n# underscored imports are part of the private API\nfrom autogoal.ml._automl import ...\nfrom autogoal.contrib.sklearn._generated import ...\n\n# as well as private members of any type\nautoml._input_type(...)\n\n```\n\nThese are our consistency rules:\n\n- Major breaking changes are introduced between major version updates, e.g., `x.0` and `y.0`. These can be additions, removals, or modifications of any kind in any part of the API.\n\n- Between minor version updates, e.g., `1.x` and `1.y`, you can expect to find new functionality, but anything you can use from the   public API will still be there with a consistent semantic (save for bugfixes).\n\n- Between micro version updates, e.g., `1.3.x` and `1.3.y`, the public API is frozen even for additions.\n\n- The private API can be changed at all times.\n\n⚠️ While AutoGOAL is on public beta (versions `0.x`) the public API is considered unstable and thus everything can change. However, we try to keep breaking changes to a minimum.\n\n## 📚 Documentation\n\nThis documentation is available online at [autogoal.github.io](https://autogoal.github.io). Check the following sections:\n\n- [**User Guide**](https://autogoal.github.io/guide/): Step-by-step showcase of everything you need to know to use AutoGOAL.\n- [**Examples**](https://autogoal.github.io/examples/): The best way to learn how to use AutoGOAL by practice.\n- [**API**](https://autogoal.github.io/api/autogoal): Details about the public API for AutoGOAL.\n\nThe HTML version can be deployed offline by downloading the [AutoGOAL Docker image](https://hub.docker.com/autogoal/autogoal) and running:\n\n    docker run -p 8000:8000 autogoal/autogoal mkdocs serve -a 0.0.0.0:8000\n\nAnd navigating to [localhost:8000](http://localhost:8000).\n\n## 📃 Publications\n\nIf you use AutoGOAL in academic research, please cite the following paper:\n\n```bibtex\n@article{estevez2020general,\n  title={General-purpose hierarchical optimisation of machine learning pipelines with grammatical evolution},\n  author={Est{\\'e}vez-Velarde, Suilan and Guti{\\'e}rrez, Yoan and Almeida-Cruz, Yudivi{\\'a}n and Montoyo, Andr{\\'e}s},\n  journal={Information Sciences},\n  year={2020},\n  publisher={Elsevier},\n  doi={10.1016/j.ins.2020.07.035}\n}\n```\n\nThe technologies and theoretical results leading up to AutoGOAL have been presented at different venues:\n\n- [Optimizing Natural Language Processing Pipelines: Opinion Mining Case Study](https://link.springer.com/chapter/10.1007/978-3-030-33904-3_15) marks the inception of the idea of using evolutionary optimization with a probabilistic search space for pipeline optimization.\n\n- [AutoML Strategy Based on Grammatical Evolution: A Case Study about Knowledge Discovery from Text](https://www.aclweb.org/anthology/P19-1428/) applied probabilistic grammatical evolution with a custom-made grammar in the context of entity recognition in medical text.\n\n- [General-purpose Hierarchical Optimisation of Machine Learning Pipelines with Grammatical Evolution](https://doi.org/10.1016/j.ins.2020.07.035) presents a more uniform framework with different grammars in different problems, from tabular datasets to natural language processing.\n\n- [Solving Heterogeneous AutoML Problems with AutoGOAL](https://www.automl.org/wp-content/uploads/2020/07/AutoML_2020_paper_20.pdf) is the first actual description of AutoGOAL as a framework, unifying the ideas presented in the previous papers.\n\n## 🤝 Contribution\n\nCode is licensed under MIT. Read the details in the [collaboration section](https://autogoal.github.io/contributing).\n\nThis project follows the [all-contributors](https://allcontributors.org) specification. Any contribution will be given credit, from fixing typos, to reporting bugs, to implementing new core functionalities. \n\nHere are all the current contributions. \n\n\u003e **🙏 Thanks!**\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/sestevez\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/6156391?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSuilan Estevez-Velarde\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/commits?author=sestevez\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=sestevez\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#ideas-sestevez\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=sestevez\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://apiad.net\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1778204?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlejandro Piad\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/commits?author=apiad\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=apiad\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=apiad\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/yudivian\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/5324359?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYudivián Almeida Cruz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-yudivian\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=yudivian\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://orcid.org/0000-0002-4052-7427\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/25705914?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eygutierrez\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-joogvzz\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=joogvzz\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/EEstevanell\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/45082075?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eErnesto Luis Estevanell Valladares\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/commits?author=EEstevanell\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=EEstevanell\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://alexfertel.netlify.app\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/22298999?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlexander Gonzalez\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/commits?author=alexfertel\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=alexfertel\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/anshu-trivedi-501a7b146/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/47869948?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnshu Trivedi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/commits?author=AnshuTrivedi\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://alxrcs.github.io\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/8171561?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlex Coto\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/commits?author=alxrcs\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/geblanco\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/6652222?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGuillermo Blanco\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/issues?q=author%3Ageblanco\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=geblanco\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=geblanco\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/yacth\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/71322097?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eyacth\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/issues?q=author%3Ayacth\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=yacth\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://sourceplusplus.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/3278877?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrandon Fergerson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/issues?q=author%3ABFergerson\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://adityanikhil.github.io/main/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/30192967?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAditya Nikhil\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/issues?q=author%3AAdityaNikhil\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/lucas-FP\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/39564125?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003elucas-FP\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/issues?q=author%3Alucas-FP\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/autogoal/autogoal/commits?author=lucas-FP\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://leynier.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/36774373?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLeynier Gutiérrez González\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/commits?author=leynier\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://dev.to/ender_minyard\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/60559370?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEnder Minyard\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/autogoal/autogoal/commits?author=genderev\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgia-uh%2Fautogoal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgia-uh%2Fautogoal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgia-uh%2Fautogoal/lists"}