automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
39 stars 11 forks source link

[API] A categorical/constant fidelity?? #88

Closed eddiebergman closed 2 months ago

eddiebergman commented 2 months ago
class CategoricalParameter(Parameter):
    def __init__(
        self,
        choices: Iterable[float | int | str],
        is_fidelity: bool = False,
        default: None | float | int | str = None,
        default_confidence: Literal["low", "medium", "high"] = "low",
    ):
eddiebergman commented 2 months ago

Was disallowed with PR #94