Datascience GeorgeIntroduction 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
Datascience GeorgeChecking 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
Datascience GeorgeIntroduction 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
Datascience GeorgeCreating 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
Datascience GeorgeWhy 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
Datascience GeorgeinThe StartupK-Neighbors From ScratchUsing just python and numpyNov 9, 2020Nov 9, 2020
Datascience GeorgeThe Differences Between Python Lists and Numpy ArraysBy George BennettOct 26, 2020Oct 26, 2020