Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ model_card = f"""
|
|
14 |
## Description
|
15 |
|
16 |
The **DecisionTreeClassifier** employs a pruning technique that can be configured using the cost complexity parameter, commonly referred to as **ccp_alpha**.
|
17 |
-
By increasing the value of ccp_alpha
|
18 |
|
19 |
## Dataset
|
20 |
|
|
|
14 |
## Description
|
15 |
|
16 |
The **DecisionTreeClassifier** employs a pruning technique that can be configured using the cost complexity parameter, commonly referred to as **ccp_alpha**.
|
17 |
+
By increasing the value of **ccp_alpha**, a greater number of nodes can be pruned. This demo demonstrates the impact of **ccp_alpha** on tree regularization
|
18 |
|
19 |
## Dataset
|
20 |
|