You can get a lot from the basics when processing data. Of course, machine learning, and advanced analytics is fun, exciting, and stimulating, but there are benefits from simply looking at the data by category. In this quick tutorial, we look at ramen ratings [link] in order to see which brand we want to invest … Continue reading Smashing through the Data Basics of Ramen Ratings with Python
python data analysis
Basic Machine Learning for Time Series Data
A few people have contacted me about machine learning in a time series data set. These short of datasets require a little bit extra in terms of data processing, as you are trying to predict the outcome of a future data point, this means you have to obtain that data point, and classify it. For … Continue reading Basic Machine Learning for Time Series Data