Last active
February 12, 2020 00:34
-
-
Save shashankprasanna/326725ba694473ec3d1ebe66492d0550 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s3_data_dir = sagemaker_session.upload_data(path='dataset', key_prefix='dataset/higgs-dataset') | |
job_name = 'rapidsHPO' + time.strftime('%Y-%m-%d-%H-%M-%S-%j', time.gmtime()) | |
tuner.fit({'dataset': s3_data_dir}, job_name=job_name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment