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.
- Host: GitHub
- URL: https://github.com/arlindkadra/resultextractor
- Owner: ArlindKadra
- License: bsd-3-clause
- Created: 2018-10-24T13:54:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T13:22:10.000Z (over 7 years ago)
- Last Synced: 2025-01-30T03:14:00.195Z (over 1 year ago)
- Topics: benchmark, benchmarking, machine-learning, openml, python, result-analysis
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.