Brandon Rose
Brandon Rose
@s2hewitt it looks like `Title` in your `frame` object is not an array but a string. In the `frame` I referenced `Title` is an array of film titles associated with...
@s2hewitt if you're able to post your notebook and some sample data I could take a look; if you're not getting out of memory errors then the data size isn't...
Hi @MaheshwaranK it's hard to diagnose what's going on without seeing your code and the data format. If you could share that it would help. Otherwise, could you share a...
Can you post the code in line here or upload a notebook to nbviewer? I prefer not to download anything.
The issue is somewhere with this code: ``` tfidf_vectorizer = TfidfVectorizer(max_df=0.80, max_features=200000, min_df=0.20, stop_words='english', use_idf=True, tokenizer=tokenize_and_stem, ngram_range=(1,3)) %time tfidf_matrix = tfidf_vectorizer.fit_transform(abc2) #fit the vectorizer to synopses print(tfidf_matrix.shape) Wall time: 4min...
DId you resolve this? If so let me know so I can close the issue
Hi @CharlesSu001 I apologize for the delay. I haven't tried using the mpld3 code in a long while so you'll have to bear with me. What errors specifically are you...
Could you just try this as demonstrated in the notebook? Did you run into errors? ``` from __future__ import print_function print("Top terms per cluster:") print() #sort cluster centers by proximity...
Hi @Sarabouh can you please share the error message you are receiving and exactly how you are trying to add to these arrays?
@fkolokathi @PabloRR100 apologies, I haven't had a chance to look back at this in quite some time. In regards to @fkolokathi's question--I'm not sure beyond words what else would comprise...