Open
Description
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:
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