Introduction In the corona days (still not over) I would walk near my house for an hour a day and…
Continue Readingvalue
Looking at the bits of a Unicode (UTF-8) text file
Suppose you type a little text into a text file, say “123”. If you open this file in a hex…
Continue ReadingHow to Reduce Computational Constraints using Momentum Contrast V2(Moco-v2) in PyTorch
IntroductionThe SimCLR paper explains how this framework benefits from larger models and larger batch sizes and can produce results comparable…
Continue ReadingEverything you need to know before setting up Business Analytics!
IntroductionToday’s business environment can not understate the importance of business analytics. Most of the businesses leading their industry are leaders…
Continue ReadingAdd Binary Flags for Missing Values for Machine Learning
Missing values can cause problems when modeling classification and regression prediction problems with machine learning algorithms. A common approach is…
Continue ReadingKNNImputer: A robust way to impute missing values (using Scikit-Learn)
OverviewLearn to use KNNimputer to impute missing values in dataUnderstand the missing value and its typesIntroductionKNNImputer by scikit-learn is a…
Continue ReadingAllow Simple Cluster Creation with Full Admin Control Using Cluster Policies
What is a Databricks cluster policy? A Databricks cluster policy is a template that restricts the way users interact with…
Continue ReadingOn-Demand Virtual Session: Customer Lifetime Value
Before you can provide personalized services and offers to your customers, you need to know who they are. In this…
Continue ReadingHow to Translate Big Data into Big Business Value
Many organizations are on a quest to become more data-centric and, as a result, a significant part of its IT…
Continue ReadingEverything you Should Know about p-value from Scratch for Data Science
So, let’s spend a moment to look at what the alpha value signifies. Alpha value is nothing but a threshold…
Continue ReadingUsing ML and Azure to improve Customer Lifetime Value: On-Demand Webinar and FAQ Now Available!
Companies are generating value from Customer Lifetime Value in many ways, but the two most common are: Improved revenue. 80%…
Continue ReadingIntegral approximation trick
Here’s a simple integration approximation that works remarkably well in some contexts. Suppose you have an integrand that looks roughly…
Continue ReadingInterpretation of Kappa Values
Interpretation of Kappa ValuesEvaluate the agreement level with conditionYingting Sherry ChenBlockedUnblockFollowFollowingJul 5The kappa statistic is frequently used to test interrater reliability.…
Continue ReadingTutorial: From The Hypothesis To The Analysis With Web Scraping
Tutorial: From The Hypothesis To The Analysis With Web ScrapingA tutorial for a real data science project with scraping the needed…
Continue Reading4 Mistakes that I made while running A/B Tests with Firebase Remote Config
4 Mistakes that I made while running A/B Tests with Firebase Remote ConfigAnkesh Kumar SinghBlockedUnblockFollowFollowingJun 28I learnt about Firebase remote config…
Continue ReadingNotes on computing hash functions
A secure hash function maps a file to a string of bits in a way that is hard to reverse.…
Continue ReadingReinforcement Learning Value Function
There is a 50–50 chance to end up in the next 2 possible states, either state B or C. The…
Continue ReadingMoney makes the World go round and thus, also the Soccer?
To answer this question, we look at the so-called GINI coefficient. This is primarily used in economics to reflect equality…
Continue ReadingInterpret R Linear/Multiple Regression output (lm output point by point), also with Python
because getting and cleaning data, then data wrangling is almost 60–70% of any data science or machine learning assignment. Know…
Continue ReadingSwift 5: Value Vs Reference types
Swift 5: Value Vs Reference typesNavdeep SinghBlockedUnblockFollowFollowingJun 19Source: InternetValue types are faster to work with since they operate out of…
Continue Reading5 Useful Statistics Data Scientists Need to Know
Data Science can be practically defined as the process by which we get extra information from data. When doing…
Continue ReadingLinear vs Polynomial Regression Walk-Through
Is the relationship best fit with a linear regression?Source of original data: Penn State. — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -First, let’s bring in the…
Continue ReadingOptional Chaining in Swift
because the result of optional chaining is always optional. For example, we can use if statement to check if it’s…
Continue ReadingBeginning Python Programming — Part 12
Beginning Python Programming — Part 12An introduction to iterators and generatorsBob RoeblingBlockedUnblockFollowFollowingJun 10Photo by Timothy Dykes on UnsplashIn our previous piece, we covered packages…
Continue ReadingRuby Return Values
I get back the same value I put in, even though I tried to change the data?Turns out, every method…
Continue Reading