Add algorithm types for the iterative learning primitive
d8w opened this issue · 1 comments
d8w commented
The IterativeLearning primitive does not have proper algorithm types in the metadata. Algorithm type describes the underlying implementation of the primitive. Currently it is set to binary classification, which is only one of many possible applications. We need to tag this primitive with all applicable applications to make it easy for systems to automatically discover it.
What needs to be done?
- We need to find suitable algorithm types defined in the D3M schema or add new ones there.
- We also need to update the
algorithm_types
field initerable_label.py
.
d8w commented
Added a "iterative labeling" type to the schema. See MR https://gitlab.com/datadrivendiscovery/d3m/merge_requests/276