We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72de9dc commit 69bb078Copy full SHA for 69bb078
tests/integ/test_tuner.py
@@ -108,7 +108,7 @@ def test_tuning_lda(sagemaker_session):
108
record_set = prepare_record_set_from_local_files(data_path, lda.data_location,
109
len(all_records), feature_num, sagemaker_session)
110
test_record_set = prepare_record_set_from_local_files(data_path, lda.data_location,
111
- len(all_records), feature_num, sagemaker_session)
+ len(all_records), feature_num, sagemaker_session)
112
test_record_set.channel = 'test'
113
114
# specify which hp you want to optimize over
0 commit comments