Spaces:
Build error
Build error
refactor: remove unused variable from function
Browse files
src/models/xgboost_train_model.py
CHANGED
@@ -56,7 +56,7 @@ def interpret_clf_xgbt_model(clf_xgbt_model):
|
|
56 |
)
|
57 |
|
58 |
|
59 |
-
def xgboost_train_model(split_dataset: SplitDataset
|
60 |
st.header("XGBoost Decision Trees")
|
61 |
|
62 |
clf_xgbt_model = create_clf_xgbt_model(
|
|
|
56 |
)
|
57 |
|
58 |
|
59 |
+
def xgboost_train_model(split_dataset: SplitDataset):
|
60 |
st.header("XGBoost Decision Trees")
|
61 |
|
62 |
clf_xgbt_model = create_clf_xgbt_model(
|