Skip to content

laic-ufmg/Recipe

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
 
 
bnf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python 2.7 License

RECIPE

This project presents an AutoML framework for automatically evolving machine learning pipelines based on the definition of grammars. If you use this project in your work, please reference the following paper:

RECIPE: A Grammar-based Framework for Automatically Evolving Classification Pipelines, Alex G. C. de Sá, Walter José G. S. Pinto, Luiz Otavio V. B. Oliveira, Gisele L. Pappa, EuroGP'17

Note that this project uses/extends the libgges library to implement the Grammar Based GP.

Installation

This project can be installed in any platform supported by GCC and python 2.7.
A Makefile is included to build the base library and application. A call to: make should compile the project without any problems, and the resulting binaries should appear in the bin directory.

More detailed information can be found at : Installation

Documentation

Documentation for the project can be found in the following link:

RecipeDoc

Usage

See link bellow for usage information:

RecipeUsage

License

See LICENSE file.

Support

Any questions or comments should be directed to Walter José (walterjgsp@dcc.ufmg.br) or Alex de Sá (alexgcsa@dcc.ufmg.br) Major changes

  • Makefile
  • Some methods call
  • All the grammar
  • The loadmethod function