EB
pandas

Forecasting Time-Series data with Prophet – Part 2

In this article, I provide a few tips to make a bit more realistic and useful visualizations from Facebook's Prophet for forecasting time-series library.

Jun 16, 2017 · 4 min read
EB
python

Visualizing data – overlaying charts in python

Visualizing data is vital to analyzing data. If you can't see your data - and see it in multiple ways - you'll have a hard time analyzing that data

Jun 2, 2017 · 4 min read
EB
python

Forecasting Time-Series data with Prophet – Part 1

Forecasting time-series data with Prophet. Prophet is a fairly new library for python and R to help with forecasting time-series data.

Jun 1, 2017 · 6 min read
EB
Big Data

Don't forget the "Science" in Data Science

Doing data science without 'science' is nothing more than throwing darts at a dart board and thinking the results are meaningful.

Feb 16, 2017 · 2 min read
EB
Project Management

Who Owns Risk?

This is a guest post from Christine Sato Proper risk management is vital to any project manager. Any big project is sure to have a great deal of risk,

Feb 13, 2017 · 4 min read
EB
Foto Friday

Foto Friday – Shining Light, Cascade Creek

This is a multi-bracket, slow shutter capture of Cascade Creek near Durango CO. Captured with Canon 5DsR and Canon 16-35 f/4 L.

Feb 3, 2017 · 1 min read
EB
The New CIO

A tale of two employees

A 'rockstar' on paper means little of that person isn't able or willing to get the job done.

Jan 25, 2017 · 3 min read
EB
python

Collecting / Storing Tweets with Python and MySQL

A few days ago, I published Collecting / Storing Tweets with Python and MongoDB. In that post, I describe the steps needed to collect and store tweets

Jan 24, 2017 · 4 min read
EB
data analytics

Collecting / Storing Tweets with Python and MongoDB

Collecting / Storing Tweets with Python and MongoDB provides a script that can be used to collect and store tweets using python and mongoDB

Jan 19, 2017 · 5 min read
EB
Foto Friday

Foto Friday – Middle of Cascade Creek, Colorado

A capture of some of the rapids in Cascade Creek. Captured Canon 5DsR, Canon 16-35 f/4 L.

Jan 13, 2017 · 1 min read
EB
getting started

Jupyter with Vagrant

I use jupyter with vagrant to do 99.% of all my python development. This post explains how easy it is to set up jupyter with vagrant.

Jan 10, 2017 · 3 min read
EB
pandas

Stockstats – Python module for various stock market indicators

Stockstats currently has about 26 stats and stock market indicators included. Definitely not as robust as TA-Lib, but it does have the basics.

Dec 29, 2016 · 3 min read
EB
book-review

Book Review – Machine Learning With Random Forests And Decision Trees by Scott Hartshorn

If you'e looking for a good, short introduction to Random Forests, check out Machine Learning With Random Forests And Decision Trees.

Dec 28, 2016 · 2 min read
EB
Foto Friday

Foto Friday – Bakers Bridge Area, Durango CO

A photo of Bakers Bridge near Durango CO. This is the area that they filmed part of the 'jump' scene from Butch Cassidy and the Sundance kid.

Dec 9, 2016 · 1 min read
EB
python

Vagrant on Windows

Running vagrant on windows allows python developers to run *nix in in a VM for python development, which might help with some Windows python issues.

Dec 8, 2016 · 7 min read