Skip to content

Commit

Permalink
Update mod_utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
firmai committed Jun 8, 2020
1 parent 1662cd7 commit c11be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagene/mod_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def model_output(org, epochs=5,random_state=1, frac=1):
def model_output_cross(org, gen, epochs=5,random_state=1, frac=1):

org_x_tr, org_x_vl, org_y_tr, org_y_vl, org_y_vl_m1 = prepare_df_rand(org,random_state=random_state, frac=frac)
gen_x_tr, org_x_vl, gen_y_tr, gen_y_vl, gen_y_vl_m1 = prepare_df_rand(gen,random_state=random_state, frac=frac)
gen_x_tr, gen_x_vl, gen_y_tr, gen_y_vl, gen_y_vl_m1 = prepare_df_rand(gen,random_state=random_state, frac=frac)


BATCH_SIZE = 32
Expand Down

0 comments on commit c11be57

Please sign in to comment.