Bayesian-Networks / model_summary.json
karthik-2905's picture
Upload folder using huggingface_hub
3e7f4dd verified
{
"model_type": "Discrete Bayesian Network",
"dataset": "Iris (discretized)",
"nodes": [
"Species",
"Sepal_Length",
"Sepal_Width",
"Petal_Length",
"Petal_Width"
],
"edges": [
[
"Species",
"Sepal_Length"
],
[
"Species",
"Sepal_Width"
],
[
"Species",
"Petal_Length"
],
[
"Species",
"Petal_Width"
],
[
"Petal_Length",
"Petal_Width"
]
],
"accuracy": 0.8444444444444444,
"data_shape": [
150,
5
],
"num_parameters": 57,
"inference_scenarios": 4
}