Version control for data scientists using Git and RStudio
May 20,
2016
Look at the working directory of the average data science project and you’ll see things like this: cust-churn.csv cust-churn.R cust-churn-good.zip cust-churn-old.csv cust-churn-progess-meeting.R cust-churn-working.R cust-churn-working2.R cust-churn-20160217.R test.R test-bk.R Every time a change needs to be made, files are copied to preserve the working code. As changes will often be made to multiple files, it’s common to […]
Version Control for iOS Projects
May 9,
2012
Why Version Control Is Important Imagine the situation: You’ve created an app for the iPhone or iPad, tested it and submitted it to the App Store. It’s going well. People are downloading it and giving it good reviews. In fact it’s going so well that you’ve decided to concentrate all your development time on adding […]