Python
📄 89 ArticlesAda Boost Algorithm in Python
Gist of Adaptive boost Algorithm in layman’s term – If you want to improve the performance of a class then […]
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 […]
Label Encoder and One Hot Encoding
In our datasets we can have any sort of data, we can have numbers, categories, texts, or literally anything. If […]
Install Python | Python for Data Science | Day 1
Hey there, Pythonistas!If you’ve landed on this page for learning Python, congratulations! You have already taken the first step towards […]
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 […]
Dictionary in Python | Python for Data Science | Day 4
Hello, The Data Monk family! We hope you would have read our last tutorial on tuples. If not, do read the […]
For Loop in Python | Python for Data Science | Day 5
Hola amigos! Your friends at The Data Monk are back with another absorbing topic- For Loop in Python. In vanilla terms, […]
Palindrome in Python | Python for Data Science | Day 6
Ciao amici! The Data Monk community is back with another new topic for you. It’s time for some programming, as we […]