LMZimmer / Auto-PyTorch_refactor

Apache License 2.0
0 stars 2 forks source link

Update the check_requirements code to return the requirements #16

Closed franchuterivera closed 3 years ago

franchuterivera commented 3 years ago

What is available today:

There is a utility to check that every component has what it requires i the fit dictionary.

What we need: This utility has to be updated so that it returns the required keys in the fit dictionary so that the API team knows what we expect from the components. The end goal is to have a utility called get_fit_requirements at the base pipeline level, which returns all requirements to fir a given pipeline.