When I first started coding in R, there was so much new stuff to learn it felt overwhelming. Although there were a lot of people excited to offer me advice, it was hard for me to know whether something was necessary, optional, or simply a personal preference. The following keyboard shortcuts are ... READ the POST
How to become a data scientist when you suck at math
Being mathematically gifted isn't a strict prerequisite for being a data scientist. Sure, it helps, but being a data scientist is more than just being good at math and statistics. Being a data scientist means knowing how to solve problems and communicate them in an effective and concise manner. It's ... READ the POST
How to Represent an Undirected Graph as an Adjacency Matrix
Graphs are an excellent way to gain a deeper understanding of large systems of information as they provide us a flexible and intuitive way to generate insight through visualizing the relationships within the data. In this tutorial, we'll focus specifically on undirected graphs. Both Facebook and ... READ the POST