articles icon indicating copy to clipboard operation
articles copied to clipboard

A repository for the source code, notebooks, data, files, and other assets used in the data science and machine learning articles on LearnDataSci

Results 3 articles issues
Sort by recently updated
recently updated
newest added

Article: K-Means Clustering the following line of code is throwing "ValueError: Grouper for '1.0' not 1-dimensional" sns.barplot(x, nmi_results, palette='Blues', ax=ax1)

Hey guys, I did some changes such as cm.colors since it was throwing an error not knowing it came from matplotlib Changed len(y) since the variable y wasn't defined Changed...

The URI should start with postgresql:// instead of postgres://. SQLAlchemy used to accept both, but has removed support for the postgres name. Sorce: (https://stackoverflow.com/a/64698899/6710864)