LMZimmer / Auto-PyTorch_refactor

Apache License 2.0
0 stars 2 forks source link

Small fix to ensure that get_requirements only returns user required inputs #43

Closed LMZimmer closed 3 years ago

LMZimmer commented 3 years ago

There were keys such as optimizer in the requirements as returned by get_requirements that are generated by the pipeline itself. This introduces an attribute user_defined to the FitRequirement class such that get_requirements can filter by these.