How to Get, Set or Change your working directory in R
If you are just starting out in R it'll be important to know how to determine your working directory or how to find the...
Best practices for naming variables in Python
When naming variables in Python there are some best practices that we will discuss. If you don't follow the best practices you'll get errors...
Machine Learning: How to pull Google Sheets data into Colabs
If you are using Google Colabs it would make sense to want to pull in a CSV file for a machine learning project. It...
How to run notebook in Google Cloud for Machine Learning
Step one: Go to Google Cloud Platform and create a Project.
Step two: Click Activate Cloud Shell
Step three: In the console you will want to...
How to use the Apply function in R
Previously we showed you how to write a loop in R. Very often it's a better idea to use the apply function in R...
How to add a column to pandas dataframe
Pandas allow for many methods for adding and dropping content. We have covered how to drop a column and how to drop a row...
Facebook Lead Generation better than Google Adwords?
Is Facebook better at lead generation than Google Adwords? That depends on what you are trying to achieve. During a campaign just in the...
Histogram in R: How to example using NFL QB data
A histogram in R is very useful to use when you want to see more detail on all of the data within your data...
How to select the best model from multiple machine learning algorithms
There are many ways to figure out which machine learning algorithm is the best for your dataset. One, you can just pick one and...
What is an epoch in machine learning?
An epoch is one pass through an entire dataset. This can be in random order. You an also batch your epoch so that you...