genes-from-transcripts / config.json
afg1's picture
Upload folder using huggingface_hub
a7db57c verified
raw
history blame
1.02 kB
{
"sklearn": {
"columns": [
"x0",
"x1",
"x2",
"x3",
"x4",
"x5"
],
"environment": [
"scikit-learn"
],
"example_input": {
"x0": [
0.0,
0.9278350515463918,
0.0
],
"x1": [
59199.0,
7.0,
744.0
],
"x2": [
59047.0,
0.0,
790.0
],
"x3": [
0.0,
28.0,
8.0
],
"x4": [
0.0,
1.0,
1.0
],
"x5": [
1.0,
1.0,
1.0
]
},
"model": {
"file": "model_fold_0.pkl"
},
"model_format": "pickle",
"task": "tabular-classification"
}
}