Ask HN: Help me choose a data science research project
I'm mulling over the idea of working my way through a data science text and self-teaching. I'd probably create a blog to document my efforts and to serve as notes to myself. I think I'd learn more and have more fun if I had a research project that I could work through as I learn.
I'm very much interested in finance and economics. Additionally, professionally I work in commercial real estate. However, I don't know how well these subjects would lend themselves to research projects. Generally trying to predict the markets is a fool's game. So I'm wondering what unexplored, worthwhile areas of research might exist. I'm reaching out to the HN community to see if you guys have any interesting ideas. Thanks!
9 comments
[ 2.9 ms ] story [ 29.9 ms ] threadWhich book are you going to be studying?
Do you have any recommendations?
You might be able to pick up a few things you want to predict based on the datasets here.
The theory would say yes since the formulas used aren't specific to the market - they're just data. Its riddled me for quite a time and I think it could be valuable if true.
This would test your coding, API, mathematics, and economics skills for sure! Let me know if you're more interested in the idea.
Enough sermonizing. Here's a list of data set ideas that served me well in my youth:
1. R comes with a lot of built-in data sets. Open up R and run the command "data()" to see the list. Many R packages come with additional data sets (I like the diamonds one from ggplot2). All these built-in data sets are sort of small and not really project-worthy, but they're nice if you're just playing around with new techniques.
2. Government agencies release large, interesting data sets. Weather, census reports, travel statistics, public health data... The only problem is that they're usually a pain to query. Think outside your own country. And get ready for spatial stuff.
3. Academic institutes release pretty neat data, too. Natural science stuff, geology stuff... Again, here comes spatial data analysis.
4. Data journalists sometimes publish their data along with the story, and usually, they haven't found nearly all the cool stuff in there yet. This, for instance, looks insanely fun: http://project.wnyc.org/dogs-of-nyc/
5. Sports data is free like tap water, terrifyingly detailed, and deeply cool indeed.
6. Natural language processing. Check out Project Guterberg! I like these analysis projects... http://lotrproject.com/statistics/books/, http://bost.ocks.org/mike/miserables/
7. Make your own data! Do you have a pedometer? Records of what temperature your house is? Some bloggers in the "Quantified Self" movement seem awfully cavalier about their own privacy, but they have undeniably boffo data.
8. And finally: commercial real estate?! There has got to be so much interesting data to work with there. I know you don't think you can predict the markets, but at the very least you could make pretty maps and pictures. Maybe your company will let you play with some data, provided you show them your insights? Don't know if they'd let you blog it all over town, though...
Congrats, my friend, you are one of us now. The people who drool over CSV files.