In this competition, we provide data from two modalities, scDNAm and scRNA-seq, which are partially paired and unlabeled. Perform Integrative clustering on these data to obtain clustering results for the union of samples from both modalities.
We use ARI (Adjusted Rand Index) to evaluate the consistency between your clustering results and the real labels.
For each id in the test set, you must predict a cluster for the Target variable. The submission file should contain a header and have the following format:
id,Target
cell_1,0
cell_2,0
cell_3,0
etc.