pkiage commited on
Commit
0395eed
·
1 Parent(s): c62089d

refactor: remove unused variable from function

Browse files
Files changed (1) hide show
  1. src/models/xgboost_train_model.py +1 -1
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, currency: str):
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(