This is just a short post talking about my experience working in a cross functional tech team. I worked with 14 people that included a project lead, a web dev team, an iOS team, a UX/UI team, and 4 other data scientists.
Category: Data Science
Tools to Harness your Business Data for Good
Marketing tools can help you tailor your promotion efforts across multiple platforms and can improve your reach. This kind of technology can help you capture leads, develop relationships, and maintain contact with the clients you have worked so hard to get.
How to create scatter graphs in Tableau
In this tutorial, we are going to create a scatter graph in tableau. We will talk about measures and dimensions, aggregations, de-aggregation, and why tableau aggregate measures by default.
How to create line graphs in Tableau
In Summary, this is how to create a line graph in tableau Drag the 2 columns you want to graph into the view. Could be a dimension and a measure values, or a measure and a measure values Change your dimension value from discrete data to continuous data (if applicable) Select the level of detail you want (if applicable) Here is a work-through explanation of the above steps. You have to realize that a line graph shows continuous data over time. So, to create a line graph, we will be graphing sales over the ship date In tableau, when you […]
How to build Gaussian naive Bayes classifier from scratch using pandas, Numpy, & python
I choose to implement the Gaussian naive Bayes as opposed to the other naive base algorithms because I felt like the Gaussian naive Bayes mathematical equation was a bit easier to understand and implement.
How to upload large files (100mb+) to Github
You can use the command line to upload files up to 100mb to github. To upload files larger than 100mb to github, you will need to use github large file storage system (Github LFS).