Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgijsbers/amlb-template
A template repository for AutoML benchmark framework integrations.
https://github.com/pgijsbers/amlb-template
Last synced: 24 days ago
JSON representation
A template repository for AutoML benchmark framework integrations.
- Host: GitHub
- URL: https://github.com/pgijsbers/amlb-template
- Owner: PGijsbers
- License: mit
- Created: 2024-11-16T14:30:03.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-17T10:59:05.000Z (about 1 month ago)
- Last Synced: 2024-12-01T02:50:55.781Z (25 days ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amlb-template
A template repository for [AutoML benchmark](https://github.com/openml/automlbenchmark) framework integrations.> [!IMPORTANT]
> Work in progress. These files are together an integration which successfully installs and runs an `interpretml` model.
> Several functions are ignored (e.g., time and resource constraints, reading of additional parameters).
> These will be added later, once I figure out how to best present the template without information overload.## Instructions
This repository can function as a start to your framework integration.
It provides a minimal example for integrating an ML framework.