File size: 2,096 Bytes
e12feb1 |
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 67 68 |
{
"sklearn": {
"columns": [
"texture_mean",
"perimeter_mean",
"area_mean",
"smoothness_mean",
"compactness_mean",
"concavity_mean",
"concave_points_mean",
"symmetry_mean",
"fractal_dimension_mean",
"radius_se",
"texture_se",
"perimeter_se",
"area_se",
"smoothness_se",
"compactness_se",
"concavity_se",
"concave_points_se",
"symmetry_se",
"fractal_dimension_se",
"radius_worst",
"texture_worst",
"perimeter_worst",
"area_worst",
"smoothness_worst",
"compactness_worst",
"concavity_worst",
"concave_points_worst",
"symmetry_worst",
"fractal_dimension_worst"
],
"environment": [
"scikit-learn=1.7.2"
],
"example_input": {
"texture_mean": [
0.6982019329160188
],
"perimeter_mean": [
-0.05515505353932299
],
"area_mean": [
-0.18767978227853688
],
"smoothness_mean": [
1.6823310363661423
],
"compactness_mean": [
0.42373642790472826
]
},
"model": {
"file": "model.pkl"
},
"task": "tabular-classification",
"target": "diagnosis"
},
"metadata": {
"model_name": "Gaussian Naive Bayes Breast Cancer Classifier",
"dataset": "Wisconsin Diagnostic Breast Cancer (WDBC)",
"created": "2025-11-06",
"author": "Jad Alsassa",
"license": "CC-BY-NC 4.0",
"description": "A Gaussian Naive Bayes classifier trained to distinguish malignant from benign breast tumors using the WDBC dataset. Intended for educational purposes only."
}
} |