Thom Lane

Results 6 issues of Thom Lane

When exporting from Notebook to MD, the lines are wrapped to 80 characters. When the Notebook contains tables with rows longer than 80 characters, the lines are wrapped but this...

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,...

**Describe the bug** I'm trying to deploy a trained estimator to two different endpoints, each with their own model (each with their own entry_point). Since I can't override the entry...

type: feature request
scikit-learn
component: hosting

Chapter: 8 Notebook: Object Detection (object-detection.ipynb) Section: Prepare the test data `image = cv2.imread('img/pikachu.jpg')` Errors at preprocessing as image doesn't exist. Couldn't find any link to download the input image...

When running mxnet-the-straight-dope/chapter16_tensor_methods/tensor_basics.ipynb, all works up until line `res = mode_dot(X, M, mode=1)` (Cell 18) when get the stack trace below. ``` --------------------------------------------------------------------------- MXNetError Traceback (most recent call last) in...