Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseykalyagin committed Dec 13, 2024
1 parent b05fbe1 commit a64db58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rectools/model_selection/cross_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def fit_recommend(model: ModelBase, ref_model: bool = False) -> tp.Tuple[pd.Data
model = models[model_name]
ref_reco[model_name], ref_res[model_name] = fit_recommend(model, ref_model=True)

model_res: tp.Dict[str, tp.Any] = {}
# ### Generate recommendations and calc metrics
for model_name, model in models.items():
if model_name in ref_reco and not validate_ref_models:
Expand Down

0 comments on commit a64db58

Please sign in to comment.