currently, estimators are loaded via load_default_estimators that has an implicit in-code registry of available estimators and pipelines with default parameter settings and composition. It would be nicer if there were a queriable registry, i.e., an API for queries that are not hard-coded as currently via the load_default_estimators function and its internal case distinctions.
currently, estimators are loaded via load_default_estimators that has an implicit in-code registry of available estimators and pipelines with default parameter settings and composition. It would be nicer if there were a queriable registry, i.e., an API for queries that are not hard-coded as currently via the load_default_estimators function and its internal case distinctions.