Python Vs Golang
In this post we are going to understand why python is slower than golang
Golang is a compiled language: Golang is faster compared to python , as go lang is a compiled language while python is an interpreted language. The python code has to be converted…
Naive Bayes Algorithm Feature Scaling

Why Naive Bayes Algorithm is NOT affected by Feature Scaling is a short video regarding, Why Naive Bayes Machine Learning algorithm is NOT affected by feature magnitude, hence Naive Bayes does not need feature scaling.
Happy Learning !!
Exploration vs Exploitation

What is Exploration and Exploitation in Reinforcement Learning is a short video, regarding the concept of Exploration and Exploitation in question-answer format, and the explanation of the right answer is also discussed.
Happy Learning !!
Feature Scaling in Random Forest Algorithm

Why Random Forest Algorithm is NOT affected by Feature Scaling is a short video regarding Why Random Forest Machine Learning algorithm is NOT affected by feature magnitude hence Random Forest does not need feature scaling.
Happy Learning !!
Suppress Warnings in Python

Disable Ignore or Suppress Warnings in Python Pandas and Jupyter Notebook is a small video explaining what is a warning in python programming, why it appears, and how to disable it if required.
Happy Learning !!