Update housing.py

This commit is contained in:
Puneith Kaul 2018-08-21 23:59:22 -07:00 committed by GitHub
parent a85cc31fce
commit c38a19c8ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def main(args):
eval_model(model, test_X, test_y)
save_model(model, args.model_file)
if __name__=='__main__':
if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument(
'--train-input',