site banner

Small-Scale Question Sunday for August 20, 2023

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

3
Jump in the discussion.

No email address required.

This is fascinating, and makes me want to play with data via these tools. I just wish I had an idea of how to get data to answer certain questions, or a better understanding of the infrastructure. Got any data science primers laying around?

Got any data science primers laying around?

Pick up a statistics textbook.

GPT itself is great here, it can very easily (and while explaining as much or as little as you want at every step along the way) guide you through the entire thing, from having a question about data through programming the project and to making pretty charts and interpreting them at the end.

Otherwise TowardsDataScience is good for lots of basics, and if you’re working with text skimming The NLTK Book (a free online thing) is good for understanding the basics of language-oriented ML/data science although a lot of it is currently being made obsolete by modern language models.