Interview Questions
📄 410 ArticlesSupervised Learning Interview Question – Part 2/4
Supervised Learning Interview Question. This is the 2nd part of the series Supervised Learning Interview QuestionPart 1-https://thedatamonk.com/supervised-learning-interview-questions/Part 3- https://thedatamonk.com/supervised-learning-data-science-questions/Part 4-https://thedatamonk.com/supervised-learning-questions/ […]
Sapient Interview Question
Company Name – SapientLocation – BangalorePosition – Assistant Manager AnalyticsSalary – 12.5 LPA Number of Rounds – 4 Round 1 […]
TF-IDF and Word correlation
What is tf-idf? Term frequency and inverse document frequency. It is to remove the most common words other than stop […]
Understanding Linear Regression
Linear Regression is one of simplest, basic algorithm you would wish to start your learning with. But let me remind […]
What are training and test datasets?
Suppose you have 1000 rows of data and you want to make a model to predict whether a person is […]
Supervised Learning Overview
The word “Supervised” means monitoring. A supervised learning algorithm is one in which you train a data set on output […]
Common Statistical Tests
There are various statistical tests in Data Analysis, following are the tests and their use:-1. Correlation -> This test looks […]
R – Cheat Sheet
This is a cheat sheet which aims on giving all the important concepts in a very crisp manner. Just give […]
Visualization in Python Part 2
We have already plotted some basic graphs. Now it’s time to plot some more graphs:- Line Histogram Now let’s create […]
Visualizations in Python
Data visualization is the discipline of trying to understand data by placing it in a visual context so that patterns, […]