Name | MetaFEDOT JSON |
Version |
0.0.5
JSON |
| download |
home_page | |
Summary | Framework for meta-optimisation in AutoML tasks |
upload_time | 2023-07-24 20:09:46 |
maintainer | |
docs_url | None |
author | NSS Lab |
requires_python | |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# MetaFEDOT
MetaFEDOT is an open platform for sharing meta-learning experiences in **AutoML** and more
general **Graph Optimization**.
The project has 3 major long-term goals:
1. Provide codebase and utilities for experiments in meta-learning (work in progress)
2. Accumulate metaknowledge for popular application fields, such as tabular classification, tabular regression,
time series forecasting, etc., based on public datasets and benchmarks (work in progress)
3. Provide user API allowing outer target-independent usage of accumulated meta-knowledge (planned)
## Codebase and utilities for experiments in meta-learning
This framework consists of several key components that automate and enhance the process of meta-learning. It provides
functionalities for dataset and model management, meta-features extraction, dataset similarity assessment. The
components work together to facilitate the initial approximation fitting process.
Each of the components may include different implementations while staying compatible. This is achieved by specification
and maintaining their external interfaces.
### Datasets loader & Dataset
Automate dataset management, including retrieval, caching, and loading into memory. Optimize experiments by minimizing
calls to the dataset source and conserve memory usage.
### Models Loader & Model
Import and consolidate model evaluation data for datasets. Support experiment selection based on predefined criteria,
currently compatible with FEDOT AutoML framework results.
### Meta-features Extractor
Automates the extraction of meta-features from datasets, improving efficiency by caching values. Can load dataset data
if it is necessary for meta-features extraction. For example, one of implementations utilize the PyMFE library for
meta-feature extraction.
### Datasets Similarity Assessor
Assesses dataset similarity based on meta-features. For a given dataset, provides list of similar datasets and optionally calculates
similarity measures. For example, one of implementations uses the "NearestNeighbors" model from scikit-learn.
### Models Advisor
Combines results from Models Loader and Datasets Similarity Assessor. Provides recommendations for models based on
loaded data and similar datasets. Possible implementations allow for heuristic-based suggestions.
Raw data
{
"_id": null,
"home_page": "",
"name": "MetaFEDOT",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "NSS Lab",
"author_email": "itmo.nss.team@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a3/20/06a55d255821e50b9d9f2072c51bafd033e9892b1490f93521dd9db90081/MetaFEDOT-0.0.5.tar.gz",
"platform": null,
"description": "# MetaFEDOT\n\nMetaFEDOT is an open platform for sharing meta-learning experiences in **AutoML** and more\ngeneral **Graph Optimization**.\nThe project has 3 major long-term goals:\n\n1. Provide codebase and utilities for experiments in meta-learning (work in progress)\n2. Accumulate metaknowledge for popular application fields, such as tabular classification, tabular regression,\n time series forecasting, etc., based on public datasets and benchmarks (work in progress)\n3. Provide user API allowing outer target-independent usage of accumulated meta-knowledge (planned)\n\n## Codebase and utilities for experiments in meta-learning\n\nThis framework consists of several key components that automate and enhance the process of meta-learning. It provides\nfunctionalities for dataset and model management, meta-features extraction, dataset similarity assessment. The\ncomponents work together to facilitate the initial approximation fitting process.\n\nEach of the components may include different implementations while staying compatible. This is achieved by specification\nand maintaining their external interfaces.\n\n### Datasets loader & Dataset\n\nAutomate dataset management, including retrieval, caching, and loading into memory. Optimize experiments by minimizing\ncalls to the dataset source and conserve memory usage.\n\n### Models Loader & Model\n\nImport and consolidate model evaluation data for datasets. Support experiment selection based on predefined criteria,\ncurrently compatible with FEDOT AutoML framework results.\n\n### Meta-features Extractor\n\nAutomates the extraction of meta-features from datasets, improving efficiency by caching values. Can load dataset data\nif it is necessary for meta-features extraction. For example, one of implementations utilize the PyMFE library for\nmeta-feature extraction.\n\n### Datasets Similarity Assessor\n\nAssesses dataset similarity based on meta-features. For a given dataset, provides list of similar datasets and optionally calculates\nsimilarity measures. For example, one of implementations uses the \"NearestNeighbors\" model from scikit-learn.\n\n### Models Advisor\n\nCombines results from Models Loader and Datasets Similarity Assessor. Provides recommendations for models based on\nloaded data and similar datasets. Possible implementations allow for heuristic-based suggestions.\n",
"bugtrack_url": null,
"license": "",
"summary": "Framework for meta-optimisation in AutoML tasks",
"version": "0.0.5",
"project_urls": {
"Bug Tracker": "https://github.com/ITMO-NSS-team/MetaFEDOT/issues",
"Homepage": "https://github.com/ITMO-NSS-team/MetaFEDOT"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "57ba00b1f48a096348421dd8dad31592d298ae74b4c98ed4487aa8944a993f24",
"md5": "bc7871f788036f2f8f48b40481c5a15e",
"sha256": "17de3dc0b90c868dc54bc07f97c5eb7643e6f2c370f818fffb66d16c4cfd95d1"
},
"downloads": -1,
"filename": "MetaFEDOT-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bc7871f788036f2f8f48b40481c5a15e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 22057,
"upload_time": "2023-07-24T20:09:43",
"upload_time_iso_8601": "2023-07-24T20:09:43.386465Z",
"url": "https://files.pythonhosted.org/packages/57/ba/00b1f48a096348421dd8dad31592d298ae74b4c98ed4487aa8944a993f24/MetaFEDOT-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a32006a55d255821e50b9d9f2072c51bafd033e9892b1490f93521dd9db90081",
"md5": "415b91f404573518d371b020f768e065",
"sha256": "0ea7ad674d0a0250f8f48378168cbdbbf52af2442e85a19f0635d83dde6f1b61"
},
"downloads": -1,
"filename": "MetaFEDOT-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "415b91f404573518d371b020f768e065",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13249,
"upload_time": "2023-07-24T20:09:46",
"upload_time_iso_8601": "2023-07-24T20:09:46.194109Z",
"url": "https://files.pythonhosted.org/packages/a3/20/06a55d255821e50b9d9f2072c51bafd033e9892b1490f93521dd9db90081/MetaFEDOT-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-24 20:09:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ITMO-NSS-team",
"github_project": "MetaFEDOT",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "metafedot"
}