vumichien commited on
Commit
0b7082e
·
1 Parent(s): b408b0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, a greater number of nodes can be pruned. This demo demonstrates the impact of ccp_alpha on tree regularization
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