pkiage commited on
Commit
024e6d0
·
1 Parent(s): 7f0c926
Files changed (1) hide show
  1. src/models/logistic_train_model.py +0 -2
src/models/logistic_train_model.py CHANGED
@@ -46,8 +46,6 @@ def interpret_clf_logistic_model(clf_logistic_model, split_dataset):
46
  )
47
 
48
  st.subheader("Logistic Regression Coefficient Values")
49
- st.write(split_dataset)
50
- st.write(type(split_dataset))
51
 
52
  coef_dict = create_coeff_dict_logistic_model(
53
  clf_logistic_model, split_dataset.X_y_train)
 
46
  )
47
 
48
  st.subheader("Logistic Regression Coefficient Values")
 
 
49
 
50
  coef_dict = create_coeff_dict_logistic_model(
51
  clf_logistic_model, split_dataset.X_y_train)