Data Science Understanding Indian Premier League with Data Science Quantifying success, efficiency and performance in the richest league of cricket
R Having Fun Plotting Data Squirrels in R A 5-min leisure coding session can do wonders for data scientists
R Beginner’s Guide to Pivoting Data Frames in R A step by step tutorial on how to convert a wide data frame to a long one
R Beginner’s Guide to Piping Data in R Combine a variety of in-built functions with pipe operator to do powerful data analysis
Machine Learning Handling Matrices in Python — A NumPy Tutorial NumPy provides Python users with the ability to manipulate matrices — a much needed thing for AI
Data Science Beginner’s Introduction to Matrices Matrix operations are being used everywhere from theoretical physics to neural networks.
Python Python Tools for a Beginner Data Scientist Using these libraries makes a data scientist’s life very easy
Data Science Life Cycle of a Data Science Project The major steps involved in tackling a real-world data science problem
Machine Learning Understanding ML Evaluation Metrics — Precision & Recall Let’s understand what these terms mean and how to use them in real life.
Machine Learning Layman’s Introduction to Linear Regression When your data follows a straight line trend, linear regression is your friend