Skip to content

GjjvdBurg/abed

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Welcome to Abed!

abed is an automated system for benchmarking machine learning algorithms. It is created for running experiments where it is desired to run multiple methods on multiple datasets using multiple parameters. It includes automated processing of result files into result tables and figures.

abed is available on PyPI:

$ pip install abed

abed was created as a way to automate all the tedious work necessary to set up proper benchmarking experiments. It also removes much of the hassle by using a single configuration file for the experimental setup. A core feature of abed is that it doesn't care about which language the tested methods are written in.

abed can create output tables as either simple txt files, or as html pages using the excellent DataTables plugin. To support offline operation the necessary DataTables files are packaged with abed.

Documentation

For abed's documentation, see the documentation.

Screenshots

Rank plots in Abed Result tables in Abed Result tables in Abed (time)

Notes

The current version of abed is very usable. However, it is still considered beta software, as it is not yet completely documented and some robustness improvements are planned. For a similar and more mature project which works with R see: BatchExperiments.