sagemaker-explaining-credit-decisions icon indicating copy to clipboard operation
sagemaker-explaining-credit-decisions copied to clipboard

Amazon SageMaker Solution for explaining credit decisions.

Results 8 sagemaker-explaining-credit-decisions issues
Sort by recently updated
recently updated
newest added

This could be related to https://github.com/awslabs/sagemaker-explaining-credit-decisions/issues/5. When "fixing" get_notebook_name() like so: ``` def get_notebook_name(): #with open('/opt/ml/metadata/resource-metadata.json') as openfile: # data = json.load(openfile) #notebook_name = data['SolutionPrefix'] #return notebook_name return 'sm-soln-explaining-credit-decisions-notebook' ```...

Here is the error [fae5d684-f4c7-3e09-a5a4-7a95657088bf] ERROR : Insufficient Lake Formation permission(s) on sagemaker-soln-ecd-js-98cdwa-database (Database name: sagemaker-soln-ecd-js-98cdwa-database) (Service: AWSGlue; Status Code: 400; Error Code: AccessDeniedException; Request ID: 2c810ee2-dd2c-43ce-89ad-f778cdfaf48c;

GlueStack creation fails in Cloudformation

Calling get_notebook_name() fails with KeyError: 'SolutionPrefix' ``` port = 8501 url = get_dashboard_url(port) !echo Dashboard URL: {url} !(cd ../containers/dashboard/src && streamlit run app.py --server.port {port}) ``` --------------------------------------------------------------------------- KeyError Traceback (most...

When running: ``` glue.wait_for_workflow_finished(config.GLUE_WORKFLOW, glue_run_id) ``` Get the following error: ``` Exception: AWS Glue Workflow failed. Check the workflow logs on the console. ``` After checking the AWS Glue Workflow,...

Hi there, its very good repo to exercise but not working. I tried to create stack but not allowing me to create. The following is the error : Parameter SolutionPrefix...

Get `The Download was cancelled for this solution.` when attempting to Launch this JumpStart. I have verified at least one other JumpStart builds without issue in my environment. To reproduce:...