MLBazaar / MLBazaar/BTB

Implement Multitype Hyperparameter

Open
#165 0 comments 0 reactions 1 assignee View on GitHub

@pvk-developer is already working on this.

Since Jan 30, 2020.

Dominant language
Python
Stars
176
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Nowadays most of the Hyperparameters are using a multi type value where their value can take several values, at the moment BTB is missing a MultiTypeHyperparam class.

These hyperparameters consist of a single value which can have multiple types and different
conditions depending on the type.
An example of this would be a hyperparameter that can be either:

  • None
  • A float value between 0 and 1
  • An integer value
  • One of auto, mean, min, max.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.