NLPV commited on
Commit
10af7a9
·
verified ·
1 Parent(s): 2d520be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ y = data["status"].values
16
 
17
  # Train-test split
18
  X_train, X_test, y_train, y_test = train_test_split(
19
- X, y, test_size=0.15, stratify=y, random_state=42
20
  )
21
 
22
  # Function to train model, delete a sample, and retrain
 
16
 
17
  # Train-test split
18
  X_train, X_test, y_train, y_test = train_test_split(
19
+ X, y, test_size=0.2, stratify=y, random_state=42
20
  )
21
 
22
  # Function to train model, delete a sample, and retrain