Introduction to Decision Tree ClassifiersDecision trees are a powerful tool capable of mapping non-linear relationships and complex relationships between many variables. They are…Dec 13, 2020Dec 13, 2020
Checking The Assumptions For Linear RegressionIn this post I will talk about the assumptions for linear regression. Some must be checked before modeling begins. Others need to be…Dec 7, 2020Dec 7, 2020
Introduction To The Central Limit TheoremWhen conducting statistical tests, many of them require that the values of the samples are normally distributed. Often times they are…Nov 30, 2020Nov 30, 2020
Creating a Presentation for a Data Science ProjectOne of the most sought after skills in data analytics is to be able to tell a story with data. This is why you used the data…Nov 23, 2020Nov 23, 2020
Why Use Cross Validation?Cross validation is an alternative to using a validation set for machine learning models. There are several ways using cross validation…Nov 16, 2020Nov 16, 2020