AnalyticsVidhya has 2 great posts from 2015 about how to quickly build a basic predictive model in 10 minutes. One post is for R and the other for Python. As I am more focused on helping introduce people to data science, let's say building a model in 30 minutes instead of 10. The idea behind … Continue reading Building Predictive Models in 10 Minutes
Category: Python
An Introduction to Stock Market Data Analysis with Python (from Curtis Miller)
If you're new to doing data analysis and Python, Curtis Miller put together two great posts from one of his collegiate lectures. They show how to leverage Python, the Pandas library and open source data to conduct an analysis. In this case he's looking at stocks and their performances. You can do a similar analysis … Continue reading An Introduction to Stock Market Data Analysis with Python (from Curtis Miller)