Skip to content

[Question] Extending AutoSklearn for ML model constraints #1519

Open
@FelixNeutatz

Description

@FelixNeutatz

Hi everybody,

I am currently trying to extend AutoSklearn to support ML model constraints, such as model size, inference time, and training time. My idea is to adjust the loss function in this way:
image

The current scorer function only allows access to the model predictions.
However, to compute e.g. the model size, I need access to the model.
I would appreciate any help or hints on what you think is the best approach to tackle this within AutoSklearn.

Best regards,
Felix

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA new improvement or feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions