Author name: Sohith Kattamanchi

Creating a movie recommendation system on the user-like basis

Hey fellas! Let us create a movie recommendation system based on what the user likes using Python and Pandas library. We shall process the movie dataset imported online consisting of thousands of movies including the genre, date of release, and other essential features to obtain a set of movies with a score that defines the …

Creating a movie recommendation system on the user-like basis Read More »

Leave-One-Out Cross-Validation Using Python

Hey fellas! Let us dive into today’s topic of Leave-One-Out Cross Validation used in Machine Learning to assess a model’s performance and provide reliable information to further improve the performance of the model. Leave-One-Out Cross Validation or LOOCV is a type of k-fold cross-validation method where k is equal to the number of data points. …

Leave-One-Out Cross-Validation Using Python Read More »

How to get the website URL of any company despite entering the misspelled name?

Join me in curating a Python code to fetch the URL of any company irrespective of the spelling mistakes committed while entering the company’s name. The name entered may be misspelled but should be a close match for the program to return accurate results. In this tutorial, we shall use two libraries of utmost importance …

How to get the website URL of any company despite entering the misspelled name? Read More »

Scroll to Top