-
Notifications
You must be signed in to change notification settings - Fork 6.9k
scikit_bring_your_own.ipynb train model pandas error #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks @OktayGardener . It looks like you're running into an error when Pandas is trying to read in your data, similar to this one. Are you using the same iris.csv dataset from the scikit? If not, does the fix recommended in that link help? |
Closing this issue, but feel free to re-open if you run into other problems with this. |
Hi! To resolve this issue, just append the filename to the directory path, eg
|
atqy
pushed a commit
to atqy/amazon-sagemaker-examples
that referenced
this issue
Nov 30, 2022
* initial commit * minor fix * minor fixes * add inference experiment notebook add inference experiment notebook * Add shadow endpoint notebook (aws#215) * initial commit * add inference experiment notebook add inference experiment notebook Co-authored-by: Qingwei Li<[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Qingwei Li <[email protected]> * Revert "Add shadow endpoint notebook (aws#215)" (aws#218) This reverts commit b6d2fd203f7f85670478556e902ad2bb86a1a882. * reformat * reviewer's comments addressed * clear output * fix and reformat nb * reformat nb * remove notebook * markdown change Co-authored-by: EC2 Default User <[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Qingwei Li <[email protected]> Co-authored-by: EC2 Default User <[email protected]>
atqy
pushed a commit
to atqy/amazon-sagemaker-examples
that referenced
this issue
Nov 30, 2022
* initial commit * minor fix * minor fixes * add inference experiment notebook add inference experiment notebook * Add shadow endpoint notebook (aws#215) * initial commit * add inference experiment notebook add inference experiment notebook Co-authored-by: Qingwei Li<[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Qingwei Li <[email protected]> * Revert "Add shadow endpoint notebook (aws#215)" (aws#218) This reverts commit b6d2fd203f7f85670478556e902ad2bb86a1a882. * reformat * reviewer's comments addressed * clear output * fix and reformat nb * reformat nb * remove notebook * markdown change Co-authored-by: EC2 Default User <[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Qingwei Li <[email protected]> Co-authored-by: EC2 Default User <[email protected]>
atqy
added a commit
that referenced
this issue
Nov 30, 2022
* Adding example for native AutoML step in SageMaker Pipelines. (#211) * Adding example for native AutoML step in SageMaker Pipelines. * Adding SageMaker Geospatial example for Digital Farming (#213) * Adding digital-farming-pipelines notebooks * Adding digital-farming-pipelines notebooks * Update pipelines-sagemaker-geospatial.ipynb * Update pipelines-sagemaker-geospatial.ipynb * Update pipelines-sagemaker-geospatial.ipynb * Update pipelines-sagemaker-geospatial.ipynb * Adding digital-farming-pipelines notebooks * Adding digital-farming-pipelines notebooks * Adding code folder * Adding Lambda function * Adjusting notebook * Adjuting roles * Adjusted roles * Updated notebooks * Updated notebooks format * Adding Scheduled Notebook (Keynote2) (#216) * * Add scheduled notebook example * Update notebook * Format * Change image dir * Resolve comments. * Resolve comments. * Resolve comments. * Add example notebook for model governance model card (#217) Co-authored-by: Zhenshan Jin <[email protected]> * shadow endpoint (#219) * initial commit * minor fix * minor fixes * add inference experiment notebook add inference experiment notebook * Add shadow endpoint notebook (#215) * initial commit * add inference experiment notebook add inference experiment notebook Co-authored-by: Qingwei Li<[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Qingwei Li <[email protected]> * Revert "Add shadow endpoint notebook (#215)" (#218) This reverts commit b6d2fd203f7f85670478556e902ad2bb86a1a882. * reformat * reviewer's comments addressed * clear output * fix and reformat nb * reformat nb * remove notebook * markdown change Co-authored-by: EC2 Default User <[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Qingwei Li <[email protected]> Co-authored-by: EC2 Default User <[email protected]> * rename sagemaker-shadow-endpoint folder * upgrade pip packages for reinvent * install from reinvent wheels temporarily * Keynote2 rtd (#224) * remove --no-deps tags from notebook * configure rst files for reinvent notebooks + fix any rtd leveling issues * make corrections * reformat * updated shadow_variants with Alwin's work (#225) * initial commit * minor fix * minor fixes * add inference experiment notebook add inference experiment notebook * Add shadow endpoint notebook (#215) * initial commit * add inference experiment notebook add inference experiment notebook Co-authored-by: Qingwei Li<[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Qingwei Li <[email protected]> * Revert "Add shadow endpoint notebook (#215)" (#218) This reverts commit b6d2fd203f7f85670478556e902ad2bb86a1a882. * reformat * reviewer's comments addressed * clear output * fix and reformat nb * reformat nb * remove notebook * markdown change * Alwin's edit add edits from Alwin * reformat * change folder name Co-authored-by: EC2 Default User <[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Qingwei Li <[email protected]> Co-authored-by: EC2 Default User <[email protected]> Co-authored-by: atqy <[email protected]> Co-authored-by: atqy <[email protected]> * add region tag to allow download from opt-in regions (#226) * add region tag to allow download from opt-in regions * add region tag to allow download from opt-in regions * Trigger Build Co-authored-by: Marcelo Aberle <[email protected]> Co-authored-by: Antonio Rodriguez <[email protected]> Co-authored-by: Sean Morgan <[email protected]> Co-authored-by: Zhenshan Jin <[email protected]> Co-authored-by: Zhenshan Jin <[email protected]> Co-authored-by: Qingwei Li <[email protected]> Co-authored-by: EC2 Default User <[email protected]> Co-authored-by: Shreya Pandit <[email protected]> Co-authored-by: Qingwei Li <[email protected]> Co-authored-by: EC2 Default User <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I am following the scikit_bring_your_own tutorial and I am trying to set up BYO bring your own model for production use, but I am encountering the following issue when trying to train the model on AWS Sagemaker.
I uploaded the data to s3 using:
I ran the
build_and_push.sh
script.Then I tried to train the model using:
(I'm using the same code as in the notebook, just rewritten for using it as a class)
Am I missing something or doing something wrong?
The text was updated successfully, but these errors were encountered: