Skip to content

Instantly share code, notes, and snippets.

View RiflerRick's full-sized avatar
🎯
Focusing

Rajdeep Mukherjee RiflerRick

🎯
Focusing
  • Bengaluru, India
View GitHub Profile
@RiflerRick
RiflerRick / getting this error
Created November 28, 2016 15:31
error, metadata only contains stopwords
`Traceback (most recent call last):
File "main.py", line 366, in currentMediaChangedHandler
recommendModel = self.manageCache.queryCache(self.currentPlayingMediaUrl, self.manageLocalStorage)
File "C:\Users\riflerRick\Desktop\NiitUniversityCSE_course\3rdyr\semester5\softwareEngineering\project\gitRepos\Recommend\recommend\classifier\ManageCacheModule.py", line 177, in queryCache
recommendedSongsPathList = getRecom.predict(SPath, relevantSongDict)
File "C:\Users\riflerRick\Desktop\NiitUniversityCSE_course\3rdyr\semester5\softwareEngineering\project\gitRepos\Recommend\recommend\classifier\GetRecommendationModule.py", line 143, in predict
clusters.find_clusters(4)
File "C:\Users\riflerRick\Desktop\NiitUniversityCSE_course\3rdyr\semester5\softwareEngineering\project\gitRepos\Recommend\recommend\classifier\cluster\algorithms\KMeans.py", line 54, in find_clusters
tfidf_matrix = tfidf_vectorizer.fit_transform(self.snippets) #fit the vectorizer to synopses
File "C:\Users\riflerRick\Anaconda3\