Bridging Economics and Data Science
medium.com
Bridging Economics and Data Science
1–10 of 24 posts
Re: Bridging Economics and Data Science
#2Re: Bridging Economics and Data Science
#3Certainly there are people in this space who can't do much beyond spreadsheets, but there are many analyst now who use python/pandas or R to do work.
Re: Bridging Economics and Data Science
#4Like the author, I have an Economics background but have gotten into programming as I graduated from working on Excel. Economics has suffered because of a lack of good data - this is why so many explanations by economists begin with assumptions. I'm hopeful that the data sets now available will improve economic models and that people working in the public sector will put them to good use.
Re: Bridging Economics and Data Science
#5Re: Bridging Economics and Data Science
#6Re: Bridging Economics and Data Science
#7This is the same in the social sciences. I'm currently a PhD student in one of the top Communication departments in the US, and it's painful to see how far behind in technical skills and tools the curricula are (eg., Excel and SPSS). I've been self-teaching Python, R, and SQL, and extending my knowledge base from simple regression-based stats to data mining and machine learning, to make up for it. Not only does that…
Re: Bridging Economics and Data Science
#8Re: Bridging Economics and Data Science
#9Like the author, I have an Economics background but have gotten into programming as I graduated from working on Excel. Economics has suffered because of a lack of good data - this is why so many explanations by economists begin with assumptions. I'm hopeful that the data sets now available will improve economic models and that people working in the public sector will put them to good use.
I also come from an Economics background, and am now a software engineer/budding data scientist. As I've delved more into machine learning topics, I'm amazed (though not surprised!) at how both academic and industry economists are still mostly focused on running OLS/logit/probit regressions, and not other classification techniques. My undergraduate thesis did use some computational models that sought convergence for…
I can't speak for industry economists, but the reason we academics tend to spend so much time with OLS/Logit/Probit is their flexibility and scalability.
Re: Bridging Economics and Data Science
#10The biggest issue I see from the ivory tower I'm surrounded by is that economists typically doubt the results of data mining. Neural networks, machine learning, etc. are all well known toolkits in computational economics (one of my specialties) but the results from their application are rarely believed.
http://jaredbernsteinblog.com/economics-as-market-failure/
It's really hard to tell, especially outside the field, whether someone's computation has found signal and not noise in their data series, or even whether that data series has any significance for different times and different places ...
(You can "Monte Carlo" the past as much as you want, it won't become the future.)
Edit: I probably should have just referenced Sliver's Signal and Noise and left it at that.