google / nitroml

NitroML is a modular, portable, and scalable model-quality benchmarking framework for Machine Learning and Automated Machine Learning (AutoML) pipelines.
Apache License 2.0
41 stars 6 forks source link

MetaLearning on OpenMLCC18 #37

Closed nikhil-dce closed 4 years ago

nikhil-dce commented 4 years ago
  1. Introduce MetaFeatureGen component that is used to create meta-features for a given dataset.
  2. Introduce MetaLearner component that recommends a HParam configuration based on majority voting algorithm. The component takes candidate HParam configurations learned using multiple training datasets.
  3. A meta-learning pipeline example that constructs an end-to-end meta-learning DAG.