Morgan Weiss

Results 4 issues of Morgan Weiss

**Link to the notebook** https://github.com/aws/amazon-sagemaker-examples/blob/main/step-functions-data-science-sdk/automate_model_retraining_workflow/automate_model_retraining_workflow.ipynb **Describe the bug** The Glue job does not work, I am receiving this error message: ` failed to execute with exception Internal service error: Invalid...

I tried running the following code ``` from pyzillow.pyzillow import ZillowWrapper, GetDeepSearchResults zillow_data = ZillowWrapper(ZWSID) deep_search_response = zillow_data.get_deep_search_results('2114 Bigelow Ave','98109',True) result = GetDeepSearchResults(deep_search_response) result ``` I get this error message...

I forked your repo and I am trying to run the data prep sh file but I keep getting these errors: No such file or directory: '../data/rgb_train_val_split/_train_data_/batch_22.npz'. Do you know...

In this example we use one feature, how would I adjust the class to have more than one feature?