Skip to content

Commit

Permalink
change wording to 'using the default epsilon'
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Oct 31, 2023
1 parent baf62d9 commit 3a9faf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airsenal/framework/bpl_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ def create_and_fit_team_model(
print(f"Fitting {type(model)} model with epsilon = {fit_args['epsilon']}")
else:
print(
f"Fitting {type(model)} model but no epsilon passed, so setting epsilon = 0"
f"Fitting {type(model)} model but no epsilon passed, "
"so using the default epsilon = 0"
)

return model.fit(training_data=training_data, **fit_args)
Expand Down

0 comments on commit 3a9faf0

Please sign in to comment.