Skip to content

Commit

Permalink
Review comments are addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
amyskov committed Mar 24, 2020
1 parent e46f5b8 commit 2790a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion santander/santander_pandas_ibis.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def main():
compare_result4 = compare_dataframes(ibis_df=[etl_ibis_res['target0']],
pandas_df=[etl_pandas_res['target']])

if (not args.no_ml) and (not args.no_ibis):
if not args.no_ml:
print("Validation of ML queries results ...")
if score_mse_ibis == score_mse_pandas:
print("Scores mse are equal!")
Expand Down

0 comments on commit 2790a5e

Please sign in to comment.