Submitted by thedanindanger on Wed, 06/17/2020 - 17:29
Wow that title is a mouthful… But it’s not a complicated as it seems. Let’s break it down:
Submitted by thedanindanger on Thu, 05/31/2018 - 13:32
As I discussed in a previous article, Data Science is in desperate need of Devops. Fortunately, there are finally some emerging devops patterns to support Data Science development. DataBricks themselves are providing much of it.
Two concepts keep popping up in the devops patterns: “Continuous Integration / Continuous Deployment” and “Test Driven Design” (Moving toward “Behavioral Driven Design” but that’s not a widely used term).
Submitted by thedanindanger on Sat, 11/22/2014 - 20:02
Lately, I've been building the Dallas Office for Syntelli Solutions. One of core service offering is that of integration:
Submitted by thedanindanger on Thu, 10/23/2014 - 20:02
Thanks to Reddit.com/r/programming for directing me to this excellent compilation of R programming information by Hadley Wickham.
Most of us in analytics use R just to get stuff done. It has a large number of packages that lets us produce insights at our own pace. What I mean by "at our own pace" is that we typically analyse data either individually or within our team, with the results communicated to our audience independently of the analysis itself.