Skip to main content

Framework for meta-optimisation in AutoML tasks

Project description

GAMLET

ITMO licence package Build Documentation Status codecov Visitors

GAMLET (previously known as 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.

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

gamlet-0.0.1.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

gamlet-0.0.1-py3-none-any.whl (24.6 kB view details)

Uploaded Python 3

File details

Details for the file gamlet-0.0.1.tar.gz.

File metadata

  • Download URL: gamlet-0.0.1.tar.gz
  • Upload date:
  • Size: 15.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for gamlet-0.0.1.tar.gz
Algorithm Hash digest
SHA256 1db22af97ac405f8339d7b44b73701bf08a87f26ef2609da123aa084b85098ab
MD5 e822790066bb081e08be703f57699930
BLAKE2b-256 e8a842dcf95c1c9b7394a4cc4766620784b6e0c4b19168f46c6fc310a3976abd

See more details on using hashes here.

File details

Details for the file gamlet-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: gamlet-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 24.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for gamlet-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d9e1cce987c041592ea2b307744e243689e0368dedd12efe5f8bd37fdfdbe329
MD5 f07897516c67af3be919ffe0210c3bdb
BLAKE2b-256 cdeeb043b7d71ffe80ce91f543626d8e22e6de7d19e373ba4fb3cf5dcb1ec74b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page