Machine Learning Model Choice: Use Features to Predict the Order/Schedule of Labels

57 Views Asked by At

The question is, now we have a list of items, and for each item, we have its features (multi-dimensional) and an order/schedule of labels (of another category of item, and we only know the labels instead of detailed information). Then can we learn from this to predict the order of labels if given an item and its features?

For example: We have item_1 and its features: {feature_11, feature_12, feature_13 ...} and an order {l1, l2, l3 ...}. Then given item2 and its features {feature_21, feature_22, feature_23 ...}, could we predict the order of labels for item2?

0

There are 0 best solutions below