Stream notes
Video
Here’s the VOD:
Below is an embed
Summary
-
Intro
- Tried to get jupyter up and running before stream
- New error let’s try to fix it
- R4D4R came in and gave a positive update on NLP project!
- Tried to get jupyter up and running before stream
-
Discussion: The Data Science Trap
- Still questions on who determines needs and roles of data scientists
- It’s fine to be jealous of the cutting edge research discussed on Twitter, but how much of that is actually done in industry vs what the business actually needs/wants
- Rebuttal
-
Wish there was better/controlled ad administration by streamer or mods
-
Code stuff
- Might have fixed Poetry dependency issues by manually adding some back dependencies (importlib_resources, zipp, importlib_metadata)
- This might have fixed VS Code, in addition to enabling JupyterLab
- While model fit/transformed, we looked at Pokemon
- Totally forgot to add a
min_df
parameter to the CV - Rediscovered task ideas from previous stream, can now do them next stream
- Might have fixed Poetry dependency issues by manually adding some back dependencies (importlib_resources, zipp, importlib_metadata)
Shoutouts
Streamers who were active in chat
To Do
- [ ] Look at the example on sklearn for NMF and topic extraction
- [X] Refactor pyLDAvis out because it is using deprecated features and we were only looking for the word groups anyway