Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

model: automl: Implement AutoML #968

Open
@johnandersen777

Description

@johnandersen777

Project Description

AutoML or Automated Machine Learning as the name suggests automates the process
of solving problems with Machine Learning. AutoML is generally helpful for
people who aren't either familiar with Machine Learning or the involved
programming. AutoML aims to improve the efficiency of any task involving
Machine Learning.

The primary objective we are trying to achieve is to create a model that
takes as a property of its config a set of models to used for hyperparameter
tuning. Another property of its config is the set of models which we should
attempt to tune (via the first set). Default values for these results in using
all installed models to try to tune all installed model plugins.

  • To start, we should define a reduced set of models (not all the ones we have).
    We'll implement AutoML supporting only this reduced set. The first phase of
    this project will be to make sure that one model can be used to tune
    hyperparameters of another model.

  • The next phase will be to tune two models using the same tuning model. This
    followed by tuning two models, using two models which amounts to doing the
    previous task twice, with a different tuning model the second time.

  • The following phase will be to go through each model in each model plugin we
    have and see which ones have issues being tuned using the approach taken in the
    previous phase. This phase will help us determine which properties or methods
    we may need to add to models to help them self identify and thereby indicate
    their requirements for hyperparameter tuning, or maybe their inherent lack of
    support for it.

  • The final phase will be to implement hyperparameter tuning for N by N models,
    after implementing what we found to be gaps in the previous phase.

Due to the shortened GSoC cycle, we may end up not doing all of these phases.
Which one we go to will be decided as we approach the selection process.

Skills

  • Python
  • Intermediate Machine Learning
  • Experience with various machine learning frameworks (AutoML frameworks would
    be a plus)

Difficulty

Intermediate to Difficult

Related Readings

Getting Started

Potential Mentors

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgsocGoogle Summer of Code relatedkind/mlIssues partaining to machine learningp1High PrioritytLEsitmated Time To Complete: Long

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions