Examining The Structure of A Data Science Project

It is really ideal that you define the structure of your Data Science project before beginning the project. The Data Science Project can take a couple of structures, however this is a high level guide which can help you structure and remain focused with your Data Science project Structure Credit: JHU @Coursera.   Also this

Read More »
Resources
Bernard Adabankah

Basic Bash Commands For Quick Reference

These are some common basic bash commands for your quick reference Credit: Big Data For Data Engineers – Coursera Command Description awk “Aho, Weinberger and Kernigan”, Bell Labs, 1970s. Interpreted programming language for text processing. awk -F (see above) + Set the field separator. cat Display the contents of a file at the command line, is

Read More »
Resources
datapandasadmin

SQLSaturday Manchester 15th July 2017 Event- My Experience

So I was at the SQLSaturday event in Manchester, United Kingdom on the 15th July 2017. According the SQLSaturday website, SQLSaturday is a training event for SQL Server professionals and those wanting to learn about SQL Server. Admittance to this event is free, and most costs are covered by donations and sponsorships.   I would,

Read More »
Data Science
datapandasadmin

Decision Tree Price Optimisation – Regression Tree

Price Optimisation can be achieved in several ways. I did a simple analysis of how you can use Decision Tree to price optimise a product. This article was published on Data Science Central which can be fully read here: Price Optimisation Using Decision Tree (Regression Tree) – Machine Learning   I  have received a lot

Read More »