amazon-sagemaker-examples
amazon-sagemaker-examples copied to clipboard
[Content Improvement] Example class_label_to_prediction_index.json
Link to the notebook Segmentation jump start
What aspects of the notebook can be improved?
Please provide example class_label_to_prediction_index.json contents
What are your suggestions? It is one cell addition and saves searching around
for anyone else, example contents:
{"0": 0, "1": 1}
Slight improvement on the example content that @robmarkcole made before.
{ "Class0": 0, "Class1": 1, "Class2": 2 }