CSC310-fall25 / config.json
Angelo901's picture
Create config.json
885f683 verified
raw
history blame
627 Bytes
Invalid JSON: Unexpected token 'c', "config = {"... is not valid JSON
config = {
"sklearn": {
"columns": [
"x0",
"x1",
"char"
],
"environment": [
"scikit-learn=1.0.2"
],
"example_input": {
"x0": [
6.14,
2.22,
2.27
],
"x1": [
2.2,
2.0,
5.9
],
"char": [
'A',
'B',
'A'
]
},
"model": {
"file": "model.pkl"
},
"task": "tabular-classification"
}
}