Framework for meta-optimisation in AutoML tasks
Project description
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:
- Provide codebase and utilities for experiments in meta-learning (work in progress)
- 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)
- 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file MetaFEDOT-0.0.5.tar.gz
.
File metadata
- Download URL: MetaFEDOT-0.0.5.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ea7ad674d0a0250f8f48378168cbdbbf52af2442e85a19f0635d83dde6f1b61 |
|
MD5 | 415b91f404573518d371b020f768e065 |
|
BLAKE2b-256 | a32006a55d255821e50b9d9f2072c51bafd033e9892b1490f93521dd9db90081 |
File details
Details for the file MetaFEDOT-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: MetaFEDOT-0.0.5-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17de3dc0b90c868dc54bc07f97c5eb7643e6f2c370f818fffb66d16c4cfd95d1 |
|
MD5 | bc7871f788036f2f8f48b40481c5a15e |
|
BLAKE2b-256 | 57ba00b1f48a096348421dd8dad31592d298ae74b4c98ed4487aa8944a993f24 |