You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think score_scaled was a leftover value cell from the previous notebook which I forked from. I checked my own commits from my private repo, it doesn't seem I used those three cells anywhere, and I just might have overlooked to clean them up. (This is why I hate working with notebooks due to their non-linear structure haha) I will clean those cells, thanks for pointing it out!
I attempted to run the notebook and it mostly works, but I had issues with some code blocks. Please see your notebook with some small deltas on Google Colab (https://colab.research.google.com/drive/10Ro6K14cpgTQuEV6aZKIU7Kzy2MFHsu-?usp=sharing). I've added try except blocks around the cells that are problems.
For the most part, I don't think the errors are a big deal, but I'd like to know what score_scaled should be. It is used here
conv_dial_scores.enjoy.corr(conv_dial_scores.score_scaled, method='pearson')
Thanks!
The text was updated successfully, but these errors were encountered: