| { | |
| "model_type": "Heart Disease Classification", | |
| "dataset_url": "https://raw.githubusercontent.com/sharmaroshan/Heart-UCI-Dataset/master/heart.csv", | |
| "feature_names": [ | |
| "age", | |
| "sex", | |
| "cp", | |
| "trestbps", | |
| "chol", | |
| "fbs", | |
| "restecg", | |
| "thalach", | |
| "exang", | |
| "oldpeak", | |
| "slope", | |
| "ca", | |
| "thal" | |
| ], | |
| "n_features": [ | |
| 302, | |
| 13 | |
| ], | |
| "scaler_type": "StandardScaler", | |
| "random_state": 42, | |
| "test_size": 0.2, | |
| "cv_folds": 5, | |
| "preprocessing_steps": [ | |
| "Remove missing values", | |
| "Remove duplicates", | |
| "StandardScaler normalization" | |
| ] | |
| } |