An open API service indexing awesome lists of open source software.

https://github.com/arlindkadra/resultextractor

A tool that can be used to investigate the data in the OpenML platform.
https://github.com/arlindkadra/resultextractor

benchmark benchmarking machine-learning openml python result-analysis

Last synced: about 1 year ago
JSON representation

A tool that can be used to investigate the data in the OpenML platform.

Awesome Lists containing this project

README

          

# OpenML ResultExtractor

The OpenML ResultExtractor is a package that allows to analyse the data
at OpenML given different task and flow filters. It builds a Pandas DataFrame
from the Cartesian product of the tasks and flows where each entry can be a run,
a list of runs or empty for the task and flow combination.

For more information on the usage of the ResultExtractor take a look at the notebook
tutorials in the examples folder.