Update training.py

This commit is contained in:
quandanrepo 2023-08-19 13:49:59 +01:00 committed by GitHub
parent 7f543bf9e1
commit 0c7f0f5568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
import argparse
import boto3
# import boto3
import os
from pathlib import Path
from datetime import datetime
@ -178,4 +178,4 @@ if __name__ == "__main__":
test_filepath=args.test_filepath,
target_column=args.target_column,
model_type=args.model_type
)
)