Supervised Learning vs Unsupervised LearningThe practice of teaching algorithms to make predictions or take actions based on data is known as machine learning. supervised learning and…Feb 22, 2023Feb 22, 2023
Text Classification with ReutersIn the machine learning world. Almost 75% of the problems revolve around classification. Classification, thus, is one of the most popular…Sep 4, 2022Sep 4, 2022
Curse of Dimensionality“Data is the new oil”- a poetic phrase coined by British mathematician Clive Humbly seems a lot more relevant in today’s world. As the…Nov 14, 20211Nov 14, 20211
List ComprehensionLoops are one of the best code compressors when it comes to programming languages. Implementing loops is an efficient way of asking the…Oct 21, 2021Oct 21, 2021
Published inGeek CultureHow to handle Categorical variables?Data Science is the art and science of solving real-world problems and making data-driven decisions. It primarily deals with all kinds of…May 24, 2021May 24, 2021
Lambda FunctionLambda function is a function that is defined without a name, this is why it is called an anonymous function. Usually, when defining a…Apr 2, 2021Apr 2, 2021
How to select elements that have a specific value in PandasThere are several ways to retrieve certain rows or elements with a specific value from Pandas data frame.Jan 14, 2021Jan 14, 2021
Why Data Science?Early in my working career, I worked as a graphic designer. Graphic designers take content that has been produced and manipulate and shape…Nov 17, 2020Nov 17, 2020