Spaces:
Build error
Build error
cleanup
Browse files
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)
|