aws / aws/amazon-sagemaker-examples
sagemaker-countycensusclustering.ipynb failed CI
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/introduction_to_applying_machine_learning/US-census_population_segmentation_PCA_Kmeans/sagemaker-countycensusclustering.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [1]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
11 import matplotlib.pyplot as plt
12 import matplotlib
---> 13 import seaborn as sns
14 matplotlib.style.use('ggplot')
15 import pickle, gzip, urllib, json
ModuleNotFoundError: No module named 'seaborn'
Contributor guide
Assessment
This issue has not been assessed yet.