CodeSpaceHQ / MENGEL

A framework that applies machine learning algorithms and automates the process of finding the right algorithm for the job.
6 stars 1 forks source link

Feature: Ensemble builder #2

Open isaac-gs opened 8 years ago

isaac-gs commented 8 years ago

It would be useful to have a python script that gathers up all models in a folder and uses them to build an ensemble. This should be possible by taking the results of the training data from the "raw" models and using that as training data for the ensemble. But it will require some infrastructure to make this as robust as possible.

http://mlwave.com/kaggle-ensembling-guide/

asclines commented 7 years ago

@CodeSpaceHQ/clubmengel is this going to be worked on?