Python
📄 42 ArticlesVisualization 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 […]
Supply Chain Analytics in Python
Let’s take a case study of Supply Chain optimization. There is a Restaurant which serves Mega Pizza (40”). It has […]
Kaggle Titanic Solution
Kaggle is a Data Science community which aims at providing Hackathons, both for practice and recruitment. You should at least […]
EDA in Python
The complete Machine Learning journey can be penned down in 4 steps:- 1. Exploratory Data Analysis – This is the […]
Practice Numpy
Numpy is one of the basic and most used packages in Python. It is mostly used for scientific computing. Most […]
Ada Boost Algorithm in Python
Gist of Adaptive boost Algorithm in layman’s term – If you want to improve the performance of a class then […]
Gradient Boosting in Python
I hope you are already done with the basic concepts of regression and have covered our previous post on Adaptive […]
Chapter 4 – 100 Most Asked Numpy Interview Questions
100 Most Asked Numpy Interview QuestionsWelcome to the 2200 questions series from The Data Monk, in this series we will […]
How to learn Python for Data Science?
Python is one of those languages which is present in almost all of the computer science domain, you can use […]
Tuple in Python | Python for Data Science | Day 3
Hello, Python fam!Let’s get started with an essential concept in Python i.e. Tuples. Like all programming languages, Python uses buckets […]