You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is a machine learning model (an outlier detector) that is semi-supervised. The features are paired with labels indicating outlier/inlier, with possibly some or all labels missing. Even in the case all labels are missing (unsupervised) I still want to extract from the categorical vector the labels to get the user's preference for these labels.
The text was updated successfully, but these errors were encountered:
It could make sense to take into account the eltype of levels if the eltype of the input is Missing. We could even always call promote_type in both the array and the levels eltypes. Hopefully this only requires adapting a handful of constructors. Feel free to make a PR.
It would be nice if the following worked, instead of throwing an error:
edit corrected as pointed out in next comment
My use case is a machine learning model (an outlier detector) that is semi-supervised. The features are paired with labels indicating outlier/inlier, with possibly some or all labels
missing
. Even in the case all labels aremissing
(unsupervised) I still want to extract from the categorical vector the labels to get the user's preference for these labels.The text was updated successfully, but these errors were encountered: