examples/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
examples/classification.py,sha256=1G00Sq9micdcTmMHL1hwRg9Y7anjGyYPDuXL1sYs54Q,5124
examples/classification_benckmark.py,sha256=wqBhGPgBUCKVOHbcdKO8dwvJjrYvfXhLQqvkBe_sRgo,2704
examples/classification_class.py,sha256=tDcLpPlRxjDsM8CZ5WQivm8X4wwtduD1XRmauOkR7co,5567
examples/conformal_llm.py,sha256=4nTagGvTd_qWTnQnOlWzxNc_t5pX9TKs-E5kIulyCRY,11428
examples/conformal_training.py,sha256=0mrEAJsHEfoItvfLLRNxqzgs-Nw6bor_Y8rvKVAb99M,4338
examples/gnn_example.py,sha256=9aTJeRgFClt3WVaOlqI84yad284TEUvVH-1Pf95rNy0,4573
examples/gnn_trainer_example.py,sha256=FR-8tcS7YV2DQDdkWWAt8A6d9-VdNhJG3MW7MXKnqZk,3919
examples/regression_aci.py,sha256=zUIHACP2aXjdO-mV4vnar-rbzBFKHd0i6tH87NGfR2I,4780
examples/regression_ensemble.py,sha256=G1PxIFxBmXNZ1HKxCw57TDyMAgxWTfSxPNVnosCkouU,5717
examples/regression_split.py,sha256=EqET2cX9NBYSVoZqW3HC5h1A1ElG87PYdGwR-i7sLP4,7644
examples/utils.py,sha256=BgbAtuI8tClc1Nsltwoh_1P3w2JKeqZ5fcTe5MmHW5g,17248
examples/llm/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
examples/llm/llm_utils.py,sha256=4cCyVgM-nCYYJtZb0a7g7sR6CzcgTQBPgAXjyK4yhgI,548
examples/llm/prompts.py,sha256=dQmjGR_4HdjzQf7XfcVOpDVqNWwL9YsYKRFz0FsN-rc,5446
tests/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/classification/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/classification/loss/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/classification/loss/test_cd.py,sha256=r9YDnXMItR5OdGtoSi9pUJNbXZ70UYXuTngR_Q_ZXZc,1681
tests/classification/loss/test_conftr.py,sha256=IGI2Ai9ndLNlQsHYNilD3Wg8BxQlvSIJa4HDYZQTz3o,3532
tests/classification/loss/test_confts.py,sha256=scJ8HBmU8YXpWiUI5QSge5xJ5U-lMCyTAexE-QUaIGs,3794
tests/classification/loss/test_loss_base.py,sha256=C_vagqLmCLEs1wFglbCdaM8i_sDZCFcuAKxUAskeSyU,1185
tests/classification/predictor/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/classification/predictor/test_classwise.py,sha256=fF4uSIdG054kJyylzmOgZ8N_ImsaQjE164JNNM2dpLw,4215
tests/classification/predictor/test_cluster.py,sha256=bK7DgKSGfkSbyaahwTZk35itGNJkZ5h77PnZPwAJT8I,13511
tests/classification/predictor/test_predictor_base.py,sha256=8nG24lX6tsgJG4jrIcBPIR9tj2JjSZUmhrMeyRvtNUs,5262
tests/classification/predictor/test_split.py,sha256=Pf7dQus_6kUaLj9LCrZ5JMN4OZ1ObiZsJspbsPVAivk,5727
tests/classification/predictor/test_utils.py,sha256=c01BUyvJJT_-Ugzju_pooXIwid1jTWmbJLOwpyp_c6I,4076
tests/classification/predictor/test_weight.py,sha256=lO5UwWxmHYTNIP1lsgpcceqUaeex5L4p9IxbOxmDhKc,4806
tests/classification/score/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/classification/score/test_aps.py,sha256=t4aBTlh3ijvRLjuhRqpwcRhBeVbwHm38n0fRqlnfIbc,4709
tests/classification/score/test_knn.py,sha256=yey3Zwp9BZRs7Hw9ecHg4mnf8r0b52LkuzKD9EseNO0,5779
tests/classification/score/test_margin.py,sha256=KfANZX591AyaWm_x2Gc6gcmwu1Qz4veaDUE8zzGn1vE,3939
tests/classification/score/test_raps.py,sha256=edaeTJ9iDS1xdGB8Y1qX6sdUOSQ8hRv41YX0AiN7TPU,3954
tests/classification/score/test_saps.py,sha256=XWay1ICadqxhZCIIVwO8b9GNaoMfA5vHzspfpT0sG8E,4557
tests/classification/score/test_score_base.py,sha256=3ZAPtmJQxfVHzTAskIX_EuVaxKzri1oEEgJZW6nKwEg,797
tests/classification/score/test_thr.py,sha256=mXI1CXN-hIOkF1ykpGccU4msNTC8HBf59dM6d387lqM,3710
tests/classification/score/test_topk.py,sha256=jUSo0f_iu1YUCKlCqkwCo1MRQ1LS9vi2KTRsG2mW0-U,5322
tests/classification/trainer/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/classification/trainer/test_base_trainer.py,sha256=SAIPhITdhzGjotkrm0S85-8lcF-JnSNTVot-tRJ23pM,11547
tests/classification/trainer/test_confts_trainer.py,sha256=wl6CbuCrJzFj_qz7tYG2W26VAgTUivH498QGKb9sdTE,4793
tests/classification/trainer/test_model.py,sha256=5YRifBKw8G6YvbkXyo1o_ihBiDJM2akHpa6L7vuj5m4,5143
tests/classification/trainer/test_ordinal.py,sha256=qf-wRIW20xTGj9Kum21uXT62neRS2oD9EwHlQNfBJ_s,8637
tests/classification/trainer/test_ts_trainer.py,sha256=glMBdwhnMs8YEnhJ4sj7afpiyIpGAiAjxWB-4UonSc8,5638
tests/classification/utils/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/classification/utils/test_classification_metrics.py,sha256=sbgLd27hWeZPVFeh4iAMw0jb_BTzcoSGWPVNhhwYDPg,11866
tests/classification/utils/test_conf_calibration.py,sha256=CelpciIc9G7cuEUA9NuqCxmYmieAV91JGL3wSCNov2E,1903
tests/graph/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/graph/predictor/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/graph/predictor/test_neighbors_weight.py,sha256=eriQlr9AKIbpGLDiDDqjaRSzPjAP2sUI5MmG-VYsvQM,7987
tests/graph/predictor/test_split.py,sha256=-YVXE6sMjpJtzxYLau3yofPleCiJ338-7PSI3UG8Nrs,5891
tests/graph/score/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/graph/score/test_daps.py,sha256=NGMI2ZkGeERJNZxQnWt8I7W5aKsqt--SV16KrjKFRzk,3997
tests/graph/score/test_snaps.py,sha256=_Nw8f-DGxCZvntw3KY91zxk9ixLLMn0MptTV2QDBJKs,6106
tests/graph/trainer/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/graph/trainer/test_cfgnn.py,sha256=NjyGPqs11fGYXcFnXHHGyw9G1dvcx7phDQfD6l6KzHQ,3859
tests/graph/utils/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/graph/utils/test_common.py,sha256=LTebjQoZyyS1kRfOZXwu547bBK98Fyl7CIPn-x5fJDI,1369
tests/llm/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/llm/llm_utils.py,sha256=4cCyVgM-nCYYJtZb0a7g7sR6CzcgTQBPgAXjyK4yhgI,548
tests/llm/prompts.py,sha256=dQmjGR_4HdjzQf7XfcVOpDVqNWwL9YsYKRFz0FsN-rc,5446
tests/llm/predictor/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/llm/predictor/test_conformal_llm.py,sha256=oSrtMO1RaPkxnFGOkGfny2FyiJzDprs0k6riS7-BhoI,8183
tests/llm/utils/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/llm/utils/test_llm_loss.py,sha256=BT0f7RKYRUDaK1jLy_XAiykMLLEuc7nBKHA3EcD_6j4,1570
tests/llm/utils/test_llm_metrics.py,sha256=JWbQ4Evs13FeFebKDMGP6Bc_ulsLqP3DeReySz86MsA,2312
tests/llm/utils/test_scaling.py,sha256=Rl15bvL_pF_KAbBkuTI8w7zuyHd7ZRnRFjoGWFnSkHg,3962
tests/llm/utils/test_scoring.py,sha256=R6hxD07EWPebbcy4dNFMPzPJ5EghbEKmJ6Ns7jyZf9M,5756
tests/utils/__init__.py,sha256=q7wxLDX9Lu-UYbWqht6751teGE59jN8pG4EoRxqwmo8,190
tests/utils/test_common.py,sha256=2r1c9v7W4tK2ItovjRx1rcmmpgTatdYWtsGbcqSeWdw,3806
tests/utils/test_registry.py,sha256=KhmWfFwgafohiLtZTI1xaV1Ew8SwkhuYlQQjx0GyIzE,2111
torchcp/VERSION,sha256=ecW6aEtPjxvrzJVu-PG4iv3LufPSefWeiAJIPrAbSKA,7
torchcp/__init__.py,sha256=3aSYjQR49Xa7RSx3t6AD53DIXemWrsYdyH59WQuV5fg,414
torchcp/classification/__init__.py,sha256=HbALAjYxOZTW23gIh0fh5hGKA6eWJHFTM3a776dJZiQ,306
torchcp/classification/loss/__init__.py,sha256=0TfbTRDn5-y3PXWG6y8cg15KA9MQ1R0RWN_ItRYBB7k,267
torchcp/classification/loss/base.py,sha256=DwJt2yBcpkL-v9Pr2Hib6lomMcjBxogVBGSq-S9ALzg,651
torchcp/classification/loss/cd.py,sha256=kyfi-_n2PzhabguMCrJrB-l6_NTKAcUrImvWCGPbskw,2778
torchcp/classification/loss/conftr.py,sha256=IP-O79z_ZM5IssASCUCbMuo7KsVBZa-8gq8mjguuSoE,5659
torchcp/classification/loss/confts.py,sha256=IXkDh1FshwfYDvIa7Zwul8aqheHnDkMQN0zKIFMJSe4,5760
torchcp/classification/predictor/__init__.py,sha256=Lpn6rwZVfhByNDJVkJ8W81DtwA7PG-8OWdz3g3-ClVo,344
torchcp/classification/predictor/base.py,sha256=zj0MdrVTOEw-y_xC2WBTsESZwLtesmaudnbP4tVxUyI,3395
torchcp/classification/predictor/classwise.py,sha256=glTJpml0iPsBp8KPN0J3LcjGxyIOl9cnZ4oGrRd7a-Q,2086
torchcp/classification/predictor/cluster.py,sha256=A8QVKmdu41gIOOAK3fPcK8bZCM9sdbDF3cnxG2o9yS0,15987
torchcp/classification/predictor/split.py,sha256=y-7Incd0EUdGvu2qZjoeSbctQw2dPbHFpOg1CE00VOA,5494
torchcp/classification/predictor/utils.py,sha256=u_A3mwEk8gHexOEUNC75xQKcQeKKnAil_GrVezk3PrI,2080
torchcp/classification/predictor/weight.py,sha256=3_0dn1q2csvBG0awu_-WNU4HXqJHRVxbFvf3ffydNBY,9274
torchcp/classification/score/__init__.py,sha256=jTSmrhWPS-OhK0YSNVLgWLMrXKFwHX8KBlqfO4wq3Eo,349
torchcp/classification/score/aps.py,sha256=-O7hOGcnqjrWsffMRqNnI2Wt3JqP-YGWXUwKc5_VFOo,3578
torchcp/classification/score/base.py,sha256=WgTbChFYOB8mkKJZvS96ZbU2lnuMUgzfBA2pIeCA118,717
torchcp/classification/score/knn.py,sha256=4yKeF890XP43oYCLDt2A42cwMSuRunp2AGtnuhHoU_Q,5846
torchcp/classification/score/margin.py,sha256=U8SyDKipzcSTJs7zmQsuL02aYrYJvIz7NNVm7pSUDSI,2358
torchcp/classification/score/raps.py,sha256=sxMj6po9wQzl46C4GKo-gV6J2QsUzLhGmBuvNrFyOMY,2884
torchcp/classification/score/saps.py,sha256=kbXiL-DFxITYfe8BK8HrleGgB7gT46Y-GokNpR1ctrg,2642
torchcp/classification/score/thr.py,sha256=ku2zwDFWj65uD0Si1ma_4djMLCX0eLNfmfMKCvSYoCM,3656
torchcp/classification/score/topk.py,sha256=gegE-yxgYnjSLDEQW8Cd8hmdqFslx3ItiK0-lKqA6Fs,2738
torchcp/classification/trainer/__init__.py,sha256=Rh2htFPDAdAQDpCodQvGlmnTTxBAabGokYGytXVl7L0,387
torchcp/classification/trainer/base_trainer.py,sha256=VFie15hBJfmzEaCV8IU-trcku6xHi0GV9vx8WaQT6-A,10299
torchcp/classification/trainer/confts_trainer.py,sha256=M-8E2X_dU1O8dksnhLvv2ZmsdEn0jKppbs3FT4X9Ul8,2583
torchcp/classification/trainer/model.py,sha256=Za1QVl9B1x8j_-P2hmwLlfi27sEUVyTjOd13xEknDPs,3119
torchcp/classification/trainer/ordinal_trainer.py,sha256=6vsTfWBpMfmws0Wy6I8SWL6VdvNpGo3W22KDKFAel78,5032
torchcp/classification/trainer/ts_trainer.py,sha256=rrWogHtT-EKUjjUtlNnEsp_3L08xVSFOF-N6hGr4o2I,1238
torchcp/classification/utils/__init__.py,sha256=0pALICTA8s8BJ2D7SASnnhoAWY-tO48wnSZJWW-10OI,262
torchcp/classification/utils/conf_calibration.py,sha256=SkuaikZkOLo4ELLRhAIo5e1x9YueKpl1IG7jEa3oaRg,2103
torchcp/classification/utils/metrics.py,sha256=84E_EjlQ58BKmtw4GXefTtbx8igoXX3yNIRi68vDJpQ,15502
torchcp/graph/__init__.py,sha256=C9eZMHzpddVb_mkQ8OvMuyKzs1mfNpvGUAVmauijz-0,279
torchcp/graph/predictor/__init__.py,sha256=1bd1dMp_JyXbEV9WFQuCrwvXAeU0F9T9-ssRk4gw2GY,268
torchcp/graph/predictor/base.py,sha256=1KjukujDXDbtHiu9pgifGWp0vvV_Ja4Ui2y92TOWikw,3292
torchcp/graph/predictor/neighbors_weight.py,sha256=P9CvrR0g3zEn3M1jrdYlg-wYi8HEZUrU4ZCnKQ6vFkE,12577
torchcp/graph/predictor/split.py,sha256=EMP6tixMZN1HSzFTLlG-H1mdbieyIN7qQHt6CDp8P0I,6603
torchcp/graph/score/__init__.py,sha256=UI10s_scLLxxKOqRUGshCjWmXdhZS8HsXWXvnmRkKz4,238
torchcp/graph/score/base.py,sha256=jIGi_hxEoXiZZGs385R3lsEnjoduiNa41STB1HxLqak,2653
torchcp/graph/score/daps.py,sha256=w5v9nAca9LkT_YtajhdU6TxR2rKF10cCHlEvxCRBQz4,1853
torchcp/graph/score/snaps.py,sha256=Iyni2OLkk21AfjNDiKtk1FO02FzUNygPYDruvqV5HAE,4038
torchcp/graph/trainer/__init__.py,sha256=8oeKQLa9cASI0OZL3eromUx-mjebOb4SeqJwnaDMgzI,222
torchcp/graph/trainer/cfgnn.py,sha256=i3PYSIGzgaj8vDrKhxNSjrn_RUWKifmJf1oqZ0jSscw,8150
torchcp/graph/utils/__init__.py,sha256=UCOJzYQVJXK53RBwsolOsTnXyl8rV7lpe2X09WM6Dj0,225
torchcp/graph/utils/common.py,sha256=AmVPM7fzVZaSzMKUeudROoSw7sgC9Vt8XVLKU6o0AZg,1693
torchcp/llm/__init__.py,sha256=_hWdyjOIHWUy7R-D-fsj-1uaXYx3bH4dWlseXPxIlxU,236
torchcp/llm/predictor/__init__.py,sha256=2PBiV3LZ0FsQncqWexP0gq5bWj9lQnXdoXrLi7P1Kk8,229
torchcp/llm/predictor/conformal_llm.py,sha256=AGsuAGV_wVIiLxiM2AFE0JvT1bIF4nLBOLMkr0HgIgI,14908
torchcp/llm/utils/__init__.py,sha256=6QxpWP4l7DcUvhTQFcqEXBObCMKcFFMfvhQMH4yORJ0,285
torchcp/llm/utils/loss.py,sha256=ckI2qmtcOzU28e0Fc9B228kdZUUsvU_Sk2VmMZsIhZE,348
torchcp/llm/utils/metrics.py,sha256=FbJQ3MFLXFlJYRJtcsfoKCnRKJVg10oJ_FKErbupOLQ,2944
torchcp/llm/utils/scaling.py,sha256=BITRmRDWwSTGGuWPUlMOTcDQxcAPmC4eXacb-mCu1lU,5699
torchcp/llm/utils/scoring.py,sha256=LCkmGBxCz3t_BkAgt3o53soMggnC3c3ZkTlmGpclR8s,1944
torchcp/regression/__init__.py,sha256=L7Xg2B5mqIrNimKLz2xmL32yMdnJNsLiNHxncDk_3s8,291
torchcp/regression/loss/__init__.py,sha256=PEoDFQSzic9gYoCnPHlnDAZkVXixHna37m7OHKNeiXw,258
torchcp/regression/loss/quantile.py,sha256=aI2jLyQf7HtFIksBWXFNyBSbXlHhO9jXhHfFGcV6Mvs,3176
torchcp/regression/loss/r2ccpLoss.py,sha256=oM-OpnR1lB2fSs4-aTvtOOBYqZctOSpO_0BQmBvVK7s,3740
torchcp/regression/predictor/__init__.py,sha256=c1dikIsa9WonlOTzq2n4kIZUzk7Jf4M5qBtnD-0hRd0,294
torchcp/regression/predictor/aci.py,sha256=h769l5XLLjgI2XIK3Et81byiZlAgWCg0IPIaaZtkBOI,14646
torchcp/regression/predictor/base.py,sha256=OlBwEfg-pwuHs_fNcGFiyur1NNT5GoUGGSNNq_z0uQo,2942
torchcp/regression/predictor/ensemble.py,sha256=ITSgb7rjFUYwr15_ZZIrN54pwLUxsiJjeUzoADW2jWs,10872
torchcp/regression/predictor/split.py,sha256=a6ZHoDTWG5mA9y6g8BP8SM1_IIc2bxJZ0RlXctY8qtE,5350
torchcp/regression/score/__init__.py,sha256=1tKnKu1dJpD_svns94GY8UclSinuWi7evTiEW8fOQaU,328
torchcp/regression/score/abs.py,sha256=hQhzaU5FncCmE17QV8pwsjoXOyPiI5GVvanbX0JZI8c,4108
torchcp/regression/score/base.py,sha256=71wp4I3a5H4_8lWGnSklvKT-zEb76NY1d6PCUAxQlGM,3552
torchcp/regression/score/cqr.py,sha256=HYPu-sfAxMfU8wWvuYiEN2SpEHfZIphYYB9IBv6qMmM,5155
torchcp/regression/score/cqrfm.py,sha256=AjgIHbYps6g52PA2QY6ntOiQ5WilM53SmGVWCOwgzgw,1612
torchcp/regression/score/cqrm.py,sha256=PLsGvs3l8iZ74rVdr7zXIZL8FuaOBsuwSkEruke4jX0,4653
torchcp/regression/score/cqrr.py,sha256=iBBvChfdJSDX9_Bp5G3krG43Z_R--Gb5_ZXK_ykt5Yg,1635
torchcp/regression/score/r2ccp.py,sha256=vJ0ysMoyfaoR-bMv1JPV59jH99tj92LzHUNueTvcpR4,8202
torchcp/regression/utils/__init__.py,sha256=AgMwlXntd6sBCU2295b0uUgUlxng7amLhSk2rk8B8T0,300
torchcp/regression/utils/metrics.py,sha256=hKTewwytA2mJAiwvKSfzfoj9cegW_nckgyaSL7Zs4GA,2830
torchcp/regression/utils/model.py,sha256=xCfU9-I1q2wHqR9uXEqhobkknQYCZKG_dy9bEUsKkRU,1501
torchcp/regression/utils/utils.py,sha256=fmQPBqHIlkSgpUBWtvIld9YkVMZy7X4NxlD48EUKvEg,1009
torchcp/utils/__init__.py,sha256=PyQfgTPF0B6W45nzks5u3LEY1LA7ppNOPrBIfOMOQnM,279
torchcp/utils/common.py,sha256=8FKvoW5HiN6CIZlhUBDMwgRA-GqjrrbfiZSdD7VfHbQ,2918
torchcp/utils/registry.py,sha256=0gFXZBNyO6Vh--VxPL2phYgoXKvzWNYnQrpCW8FaOc8,1834
torchcp-1.0.1.dist-info/AUTHORS.txt,sha256=8NM1xlcmbwffKgD57dbIIhveDyeiw8zqjTFs2B7wi2Q,149
torchcp-1.0.1.dist-info/LICENSE,sha256=pWgb-bBdsU2Gd2kwAXxketnm5W_2u8_fIeWEgojfrxs,7651
torchcp-1.0.1.dist-info/LICENSE.GPL,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
torchcp-1.0.1.dist-info/METADATA,sha256=6NENAVrm6ck2TDZOtWXkU52lvv6so-VelLzCMRyRzQA,19599
torchcp-1.0.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
torchcp-1.0.1.dist-info/top_level.txt,sha256=CT83kkZ9K3E1bmT0Hxy9QOq1ulGC9Khdk1qdBMx8l9k,23
torchcp-1.0.1.dist-info/RECORD,,
