Beginners Guide to Data Exploration with Python
Using Python for Exploratory Data Analysis - A Beginner's Guide
10 posts
Using Python for Exploratory Data Analysis - A Beginner's Guide
Can Data help us decide who is the Greatest F1 Driver of all time (aka The GOAT)?
Looking at and understanding Data before making any assumption.
A multidisciplinary field that combines statistics, mathematics, computer science and domain knowledge to extract insights and knowledge from data.
Scalability, Integrity, Consistency.
Good Data, Right Data, Just In Time Data!
Before you can go away and build your Machine Learning Model you will often find that the source data needs varying levels of manipulation before presenting it to your model. This post will briefly touch on some of the technical processes of refining your data-sets to make them more workable.
Working with data is hard!
Linear Regression is an approach to modelling the relationship between a dependent variable and one or many independent variables.
Machine Learning systems learn how to review data inputs so that never before seen data can be predicted against results of known data.