What is Data Visualization? Data Visualization is an approach for summarizing and visualizing the important characteristics and statistical properties of […]
Author: Oindrila Sen
A decade of experience in collecting, cleaning and visualizing data. But now I am learning and practicing new tools and different techniques.
Let's dig and find out what is the story behind that Data. Let's do it together! Let's solve, fail and try again because discovering something new is always fun.
Check the Levels of a Factor Column in R
Problem: Check the different Levels of a Factor Column in R Solution: The Elements of a Factor are called Levels. […]
Types Of Machine Learning Algorithms
There can be various ways of Grouping Machine Learning Algorithms. The most common way is to organize the Algorithms based […]
Introduction to Machine Learning
Machine Learning is quite a big word for me. And I am just starting to soak my feet in that […]
For Loop in R
The for loop executes the same code again and again for a specific number of times. Problem: Write a for […]
While Loop in R
The while loop executes the same code again and again until a stop condition is met. Problem: Write a while […]