aws-samples / sagemaker-101-workshop

Hands-on demonstrations for data scientists exploring Amazon SageMaker
76 stars 47 forks source link

Deletion of cells and renaming of tensorflow to pytorch #5

Closed tagekezo closed 3 years ago

tagekezo commented 3 years ago

Deleted cells under label encoding and tokenization to avoid confusion The following section under Dummy encode the labels is a little confusing, df['CATEGORY'][1] retrieves the dataframe with index = 1; as the dataframe has been randomized, index=1 does not refer to the second row and hence does not match with encoded_y

Renamed tensorflow to pytorch for pytorch alternative notebooks

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

athewsey commented 3 years ago

(Obviously if my edits didn't fully capture what you were trying to do, would be happy to discuss further!)