{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/contrast-everything-a-hierarchical","title":"Contrast Everything: A Hierarchical Contrastive Framework for Medical Time-Series","arxiv_id":"2310.14017","date":"2023-10-21","proceeding":"NeurIPS 2023 11","authors":["Yihe Wang","Yu Han","Haishuai Wang","Xiang Zhang"],"abstract":"Contrastive representation learning is crucial in medical time series analysis as it alleviates dependency on labor-intensive, domain-specific, and scarce expert annotations. However, existing contrastive learning methods primarily focus on one single data level, which fails to fully exploit the intricate nature of medical time series. To address this issue, we present COMET, an innovative hierarchical framework that leverages data consistencies at all inherent levels in medical time series. Our meticulously designed model systematically captures data consistency from four potential levels: observation, sample, trial, and patient levels. By developing contrastive loss at multiple levels, we can learn effective representations that preserve comprehensive data consistency, maximizing information utilization in a self-supervised manner. We conduct experiments in the challenging patient-independent setting. We compare COMET against six baselines using three diverse datasets, which include ECG signals for myocardial infarction and EEG signals for Alzheimer's and Parkinson's diseases. The results demonstrate that COMET consistently outperforms all baselines, particularly in setup with 10% and 1% labeled data fractions across all datasets. These results underscore the significant impact of our framework in advancing contrastive representation learning techniques for medical time series. The source code is available at https://github.com/DL4mHealth/COMET.","url_abs":"https://arxiv.org/abs/2310.14017v4","url_pdf":"https://arxiv.org/pdf/2310.14017v4.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"contrast-everything-a-hierarchical","repo_url":"https://github.com/dl4mhealth/comet","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"contrastive-learning","task_name":"Contrastive Learning"},{"task_slug":"eeg-1","task_name":"EEG"},{"task_slug":"representation-learning","task_name":"Representation Learning"},{"task_slug":"time-series-1","task_name":"Time Series"},{"task_slug":"time-series","task_name":"Time Series Analysis"}],"methods":[{"method_slug":"contrastive-learning","method_name":"Contrastive Learning"},{"method_slug":"focus","method_name":"Focus"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2310.14017","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2310.14017"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/DL4mHealth/COMET","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/yuezhihan/ts2vec","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/emadeldeen24/TS-TCC","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/wickstrom/mixupcontrastivelearning","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/danikiyasseh/CLOCS","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/dl4mhealth/comet","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":27,"ran_violates":2,"ran_draft_wrong":4,"ran_fixture":2,"unverified":7},"by_repo_kind":{"official":{"samples":21,"ran":18,"repositories":1},"found_in_text":{"samples":20,"ran":16,"repositories":4}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":2,"samples":[{"code_sha256_prefix":"617e0645b9972b67","entry":"Attention","repo":"emadeldeen24/TS-TCC","repo_kind":"found_in_text","path":"models/TC.py","file_url":"https://github.com/emadeldeen24/TS-TCC/blob/HEAD/models/TC.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"617e0645b9972b67"}},{"code_sha256_prefix":"0e30f1c230eef5dc","entry":"ConvBlock","repo":"yuezhihan/ts2vec","repo_kind":"found_in_text","path":"ts2vec.py","file_url":"https://github.com/yuezhihan/ts2vec/blob/HEAD/ts2vec.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0e30f1c230eef5dc"}},{"code_sha256_prefix":"c59b7deb5be0dbfa","entry":"DilatedConvEncoder","repo":"yuezhihan/ts2vec","repo_kind":"found_in_text","path":"ts2vec.py","file_url":"https://github.com/yuezhihan/ts2vec/blob/HEAD/ts2vec.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c59b7deb5be0dbfa"}},{"code_sha256_prefix":"234836bb032d8d76","entry":"FeedForward","repo":"emadeldeen24/TS-TCC","repo_kind":"found_in_text","path":"models/TC.py","file_url":"https://github.com/emadeldeen24/TS-TCC/blob/HEAD/models/TC.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"234836bb032d8d76"}},{"code_sha256_prefix":"efe1ff11e7f6a9b7","entry":"MyBatchSampler","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"efe1ff11e7f6a9b7"}},{"code_sha256_prefix":"8907e91277107509","entry":"Residual","repo":"emadeldeen24/TS-TCC","repo_kind":"found_in_text","path":"models/TC.py","file_url":"https://github.com/emadeldeen24/TS-TCC/blob/HEAD/models/TC.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8907e91277107509"}},{"code_sha256_prefix":"92c655e3fea1cdc0","entry":"Seq_Transformer","repo":"emadeldeen24/TS-TCC","repo_kind":"found_in_text","path":"models/TC.py","file_url":"https://github.com/emadeldeen24/TS-TCC/blob/HEAD/models/TC.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"92c655e3fea1cdc0"}},{"code_sha256_prefix":"e8e0063a34a8e06f","entry":"TC","repo":"emadeldeen24/TS-TCC","repo_kind":"found_in_text","path":"models/TC.py","file_url":"https://github.com/emadeldeen24/TS-TCC/blob/HEAD/models/TC.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e8e0063a34a8e06f"}},{"code_sha256_prefix":"24fd56663218d25d","entry":"TSEncoder","repo":"yuezhihan/ts2vec","repo_kind":"found_in_text","path":"ts2vec.py","file_url":"https://github.com/yuezhihan/ts2vec/blob/HEAD/ts2vec.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"24fd56663218d25d"}},{"code_sha256_prefix":"535006b4dc141e1a","entry":"TSEncoder","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"535006b4dc141e1a"}},{"code_sha256_prefix":"2b59ed1d60ed9658","entry":"Transformer","repo":"emadeldeen24/TS-TCC","repo_kind":"found_in_text","path":"models/TC.py","file_url":"https://github.com/emadeldeen24/TS-TCC/blob/HEAD/models/TC.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2b59ed1d60ed9658"}},{"code_sha256_prefix":"827011853812f006","entry":"batch_shuffle_feature_label","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"827011853812f006"}},{"code_sha256_prefix":"146273205666e8bd","entry":"cnn_network_contrastive","repo":"danikiyasseh/CLOCS","repo_kind":"found_in_text","path":"prepare_network.py","file_url":"https://github.com/danikiyasseh/CLOCS/blob/HEAD/prepare_network.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"146273205666e8bd"}},{"code_sha256_prefix":"016be840858ae4f4","entry":"contrastive_loss","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"016be840858ae4f4"}},{"code_sha256_prefix":"c62d56549152cab0","entry":"fit_svm","repo":"DL4mHealth/COMET","repo_kind":"official","path":"tasks/_eval_protocols.py","file_url":"https://github.com/DL4mHealth/COMET/blob/HEAD/tasks/_eval_protocols.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c62d56549152cab0"}},{"code_sha256_prefix":"7077c48726f289f1","entry":"generate_binomial_mask","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7077c48726f289f1"}},{"code_sha256_prefix":"9cd8a0cb1b50b24b","entry":"generate_continuous_mask","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9cd8a0cb1b50b24b"}},{"code_sha256_prefix":"bba058f7876cca50","entry":"id_contrastive_loss","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bba058f7876cca50"}},{"code_sha256_prefix":"abb87f4aadacbffd","entry":"load_ad","repo":"DL4mHealth/COMET","repo_kind":"official","path":"dataloading/ad_preprocessing.py","file_url":"https://github.com/DL4mHealth/COMET/blob/HEAD/dataloading/ad_preprocessing.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"abb87f4aadacbffd"}},{"code_sha256_prefix":"32ecaa526bdb3d05","entry":"load_ptb","repo":"DL4mHealth/COMET","repo_kind":"official","path":"dataloading/ptb_preprocessing.py","file_url":"https://github.com/DL4mHealth/COMET/blob/HEAD/dataloading/ptb_preprocessing.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"32ecaa526bdb3d05"}},{"code_sha256_prefix":"b5885c72d25d5f24","entry":"load_tdbrain","repo":"DL4mHealth/COMET","repo_kind":"official","path":"dataloading/tdbrain_preprocessing.py","file_url":"https://github.com/DL4mHealth/COMET/blob/HEAD/dataloading/tdbrain_preprocessing.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b5885c72d25d5f24"}},{"code_sha256_prefix":"ab3068c33cd47e9d","entry":"mixup_batch","repo":"wickstrom/mixupcontrastivelearning","repo_kind":"found_in_text","path":"src/mcl/trainer.py","file_url":"https://github.com/wickstrom/mixupcontrastivelearning/blob/HEAD/src/mcl/trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ab3068c33cd47e9d"}},{"code_sha256_prefix":"127e5186b374c0c6","entry":"observation_contrastive_loss","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"127e5186b374c0c6"}},{"code_sha256_prefix":"5254eb44ce12370e","entry":"pad_nan_to_target","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"5254eb44ce12370e"}},{"code_sha256_prefix":"c721d4c3f9feca7a","entry":"patient_contrastive_loss","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c721d4c3f9feca7a"}},{"code_sha256_prefix":"e5bafae5d8f3c7d7","entry":"resolve_device","repo":"wickstrom/mixupcontrastivelearning","repo_kind":"found_in_text","path":"src/mcl/trainer.py","file_url":"https://github.com/wickstrom/mixupcontrastivelearning/blob/HEAD/src/mcl/trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e5bafae5d8f3c7d7"}},{"code_sha256_prefix":"a068a662fad3b92a","entry":"sample_contrastive_loss","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a068a662fad3b92a"}},{"code_sha256_prefix":"84ad5a6296c54002","entry":"shuffle_feature_label","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"84ad5a6296c54002"}},{"code_sha256_prefix":"925a0da719ba3129","entry":"shuffle_feature_label","repo":"DL4mHealth/COMET","repo_kind":"official","path":"utils.py","file_url":"https://github.com/DL4mHealth/COMET/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"925a0da719ba3129"}},{"code_sha256_prefix":"271f7134c2ce540e","entry":"split_with_nan","repo":"yuezhihan/ts2vec","repo_kind":"found_in_text","path":"ts2vec.py","file_url":"https://github.com/yuezhihan/ts2vec/blob/HEAD/ts2vec.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"271f7134c2ce540e"}},{"code_sha256_prefix":"e8c3e310ce1ef8a3","entry":"take_per_row","repo":"yuezhihan/ts2vec","repo_kind":"found_in_text","path":"ts2vec.py","file_url":"https://github.com/yuezhihan/ts2vec/blob/HEAD/ts2vec.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e8c3e310ce1ef8a3"}},{"code_sha256_prefix":"8eec0828aa4f64f6","entry":"to_numpy3d","repo":"wickstrom/mixupcontrastivelearning","repo_kind":"found_in_text","path":"src/mcl/data.py","file_url":"https://github.com/wickstrom/mixupcontrastivelearning/blob/HEAD/src/mcl/data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8eec0828aa4f64f6"}},{"code_sha256_prefix":"3e925bf8ba27d5fe","entry":"torch_pad_nan","repo":"yuezhihan/ts2vec","repo_kind":"found_in_text","path":"ts2vec.py","file_url":"https://github.com/yuezhihan/ts2vec/blob/HEAD/ts2vec.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3e925bf8ba27d5fe"}},{"code_sha256_prefix":"9f939df27acbf98d","entry":"trial_contrastive_loss","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9f939df27acbf98d"}},{"code_sha256_prefix":"1acb85286d268c68","entry":"trial_shuffle_feature_label","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1acb85286d268c68"}},{"code_sha256_prefix":"ae8e2b7de075b9f3","entry":"COMET","repo":"dl4mhealth/comet","repo_kind":"official","path":"comet.py","file_url":"https://github.com/dl4mhealth/comet/blob/HEAD/comet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ae8e2b7de075b9f3"}},{"code_sha256_prefix":"64cc44e198273c4e","entry":"TS2Vec","repo":"yuezhihan/ts2vec","repo_kind":"found_in_text","path":"ts2vec.py","file_url":"https://github.com/yuezhihan/ts2vec/blob/HEAD/ts2vec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"64cc44e198273c4e"}},{"code_sha256_prefix":"a0b6f98fa3e2d24e","entry":"centerize_vary_length_series","repo":"yuezhihan/ts2vec","repo_kind":"found_in_text","path":"ts2vec.py","file_url":"https://github.com/yuezhihan/ts2vec/blob/HEAD/ts2vec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a0b6f98fa3e2d24e"}},{"code_sha256_prefix":"befe203f4fa96ee5","entry":"fit_knn","repo":"DL4mHealth/COMET","repo_kind":"official","path":"tasks/_eval_protocols.py","file_url":"https://github.com/DL4mHealth/COMET/blob/HEAD/tasks/_eval_protocols.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"befe203f4fa96ee5"}},{"code_sha256_prefix":"2309c20a08ac1773","entry":"fit_lr","repo":"DL4mHealth/COMET","repo_kind":"official","path":"tasks/_eval_protocols.py","file_url":"https://github.com/DL4mHealth/COMET/blob/HEAD/tasks/_eval_protocols.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2309c20a08ac1773"}},{"code_sha256_prefix":"48272503a70e16a5","entry":"load_dataset","repo":"wickstrom/mixupcontrastivelearning","repo_kind":"found_in_text","path":"src/mcl/data.py","file_url":"https://github.com/wickstrom/mixupcontrastivelearning/blob/HEAD/src/mcl/data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"48272503a70e16a5"}},{"code_sha256_prefix":"f5c0c05f7535c06b","entry":"train","repo":"wickstrom/mixupcontrastivelearning","repo_kind":"found_in_text","path":"src/mcl/trainer.py","file_url":"https://github.com/wickstrom/mixupcontrastivelearning/blob/HEAD/src/mcl/trainer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f5c0c05f7535c06b"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}