File size: 1,928 Bytes
d311132 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
{
"sklearn": {
"columns": [
"5p_exon_overlap",
"5p_exon_dta",
"5p_exon_3p_dta",
"exons_overlapping",
"strand",
"type_sim",
"label",
"comparison"
],
"environment": [
"scikit-learn==1.4.0",
"polars==0.20.6",
"skops==0.10.0"
],
"example_input": {
"5p_exon_3p_dta": [
37621.0,
13298.0,
5.0
],
"5p_exon_dta": [
37166.0,
13525.0,
0.0
],
"5p_exon_overlap": [
0.0,
0.0,
0.957983193277311
],
"comparison": [
"URS00022B95F7_10116@4/162637088-162637354,162640058-162640917:+ vs URS00022B67D3_10116@4/162668173-162673270,162674254-162674975:-",
"URS00022B3BFE_10116@7/127326516-127327003,127328022-127328176,127334907-127334980,127341770-127341967:+ vs URS00022B706E_10116@7/127326165-127326413,127335999-127337414,127340041-127340301:-",
"URS00022B4EAE_10116@1/53814578-53815897,53822454-53822548,53822635-53822754:- vs URS00022B680B_10116@1/53821369-53821902,53822454-53822548,53822635-53822749:-"
],
"exons_overlapping": [
0,
0,
2
],
"label": [
0,
0,
1
],
"strand": [
0,
0,
1
],
"type_sim": [
1.0,
1.0,
1.0
]
},
"model": {
"file": "rat_transcript_classifier.skops"
},
"model_format": "skops",
"task": "tabular-classification"
}
} |