Skip to content

Commit

Permalink
Update doenut.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ellagale committed Nov 25, 2022
1 parent 11bed10 commit 919025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doenut.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def tune_model(inputs,
## scaled model, use this for picking your coefficients
this_model, R2, temp_tuple, selected_input_terms = calulate_R2_and_Q2_for_models(
inputs,
responses[['Profit']],
responses,
input_selector=input_selector,
response_selector=response_selector,
use_scaled_inputs=True,
Expand Down

0 comments on commit 919025a

Please sign in to comment.