# Model description This is a Decision tree model. ## Intended uses & limitations This model is made for educational purposes and is not suitable for real world deployment due to biased predictions. ## Training Procedure [More Information Needed] ### Hyperparameters
Click to expand | Hyperparameter | Value | | :----------------------: | :---: | | ccp_alpha | 0.0 | | class_weight | None | | criterion | gini | | max_depth | 3 | | max_features | None | | max_leaf_nodes | None | | min_impurity_decrease | 0.0 | | min_samples_leaf | 2 | | min_samples_split | 2 | | min_weight_fraction_leaf | 0.0 | | monotonic_cst | None | | random_state | 100 | | splitter | best |
### Model Plot
DecisionTreeClassifier(max_depth=3, min_samples_leaf=2, random_state=100)
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
## Evaluation Results [More Information Needed] # How to Get Started with the Model [More Information Needed] # Model Card Authors Richard S. Montgomery III # Model Card Contact You can contact the model card authors through following channels: [More Information Needed] # Citation Creater: Marzia Ahmed ahmed.marzia32@gmail.com Daffodil International University # Intended uses & limitations This model is made for educational purposes and is not suitable for real world deployment due to biased predictions. # Features SystolicBP DiastolicBP BS BodyTemp HeartRate RiskLevel # Hyperparameters max_depth: 3 sin_samples_leaf: 2 random_state: 100 # Evaluation Results Accuracy: 0.65 precision_avg: 0.68 recall_avg: 0.67