def collect_labels(y: Any) -> List[str]: """ Collect the unique labels in the given target variable, which could be in multiclass or multilabel format.
確定! 回上一頁