Closed
Description
Auto-PyTorch/autoPyTorch/api/tabular_classification.py
Lines 122 to 123 in a4e08e2
Auto-PyTorch/autoPyTorch/api/tabular_classification.py
Lines 148 to 155 in a4e08e2
With what I was looking through the code, budget_type and budget never get default values, which contradicts the documentation, also the fact that they are given as Optional. Additionally, the check below disregards budget not being given and would raise the wrong error message.
Auto-PyTorch/autoPyTorch/api/base_task.py
Lines 811 to 819 in a4e08e2