Sebastian Raschka

Results 821 comments of Sebastian Raschka

Hi there. I used to have a webapp, but I pulled this 1-2 years ago because it was more like a hobby/side project. In any case, if you run the...

Yup, I agree! I got more stable results with regularized logistic regression but couldn't find a way to get a lower train/test discrepancy with any of the naive Bayes models....

Thanks for the feedback! Yeah, it would be great to have a larger number of human annotators. In the initial version of the app, "users" were able to click on...

Hm, have you checked that your folder `'F:/Music/project/lyrics'` contains the lyrics? Also what's the content of `lyrics_fullpaths`?

Looks like it's trying to open the folder `F:/Music/project/lyrics` as a file. It should be sth like `F:/Music/project/lyrics/mysong.txt` so there must be some mistake somewhere. What is the content of...

Okay, I see that there's an 'mp3' in the paths e.g., ` 'F:/Music/project/mp3s\03-...'` Is that correct, or should it be e.g, `'F:/Music/project/lyrics\03-...'` ? If it should be the latter, you...

Hm, that's weird. Can you maybe post the full script that you are using? I can try this on my machine with some example files to see what I get

Okay, I see you had a typo in the for loop, where you used the variable name `lyrics` instead of `lyric`. The following should work for reading in the lyrics:...

Not sure since I don't have much experience with Windows, but maybe replacing the forward slashes by backslashes for the filepaths solves the problem?

not sure what it is then. Try open the file path (e.g. 'F:\Music\project\lyrics\01 - Cake By The Ocean.txt') from the terminal. If that doesn't work, than there's something about the...