Published inGeek CultureAutomate Your GCP VM Instance ProgramIf you have any script that needs to run every day/week/month at a particular time, and it’s a very long-running process (it takes more…Jul 3, 2022Jul 3, 2022
Published inGeek CultureRotate IP Address and User-agent to Scrape DataWhen web crawlers send many requests to the target site within a short time from the same IP and device, the target site may block the IP.Feb 20, 20222Feb 20, 20222
Published inGeek CultureCreate BigQuery Table using Pandas Dataframe from Google Compute EngineIf you are working in Google Compute Engine (GCE) through VM Instances, you can create BigQuery table from pandas dataframe. Each column of…Dec 22, 2021Dec 22, 2021
Published inGeek CultureSome Cool Python Code Snippets to Accelerate Your Python KnowledgeRevisiting python fundamental concepts which include tips and tricks to make your code more pythonic.Aug 20, 2021Aug 20, 2021
Published inAnalytics VidhyaHow to Calculate Confusion Matrix manually.To understand the terminologies properly, I will take a simple binary classification problem. Let’s say, our dataset contains the product…Jul 1, 20201Jul 1, 20201
Published inAnalytics VidhyaHow to Prevent Overfitting in Machine Learning ModelsVery deep neural networks with a huge number of parameters are very robust machine learning systems. But, in this type of massive networks…May 9, 2020May 9, 2020