top of page
Search

Evaluating Text-to-SQL LLMs: Key Metrics and Their Significance
Text-to-SQL LLMs bridge the gap between natural language queries and structured databases by translating user queries into SQL...
Mr. Data Bugger
Feb 173 min read
15 views
0 comments


Optimizing Array Computation: Product of Array Except Self
Introduction In this blog, we will explore an efficient algorithm to compute the product of an array except for the current element,...
Mr. Data Bugger
Feb 132 min read
2 views
0 comments


Efficiently Finding Duplicates in a List Using Python
Finding duplicates in a list is a common problem in programming. A straightforward but inefficient way is to use nested loops, resulting...
Mr. Data Bugger
Feb 83 min read
29 views
0 comments
Statistics & Linear Algebra- Top Interview Questions
1. What is co-variance matrix- A covariance matrix is a square matrix that describes the covariance between multiple variables. It is...
Mr. Data Bugger
Jan 20, 20239 min read
59 views
0 comments

Probability Distributions
Probability distribution:- It is a statistical function that describes all the possible values and likelihoods that a random variable can...
Mr. Data Bugger
Jan 17, 20232 min read
107 views
0 comments

ML- Ops: Drift Detection in Data & Iterative model training using python's Multi-flow package
we develop a ML model and deploy but who takes care of model monitoring and re-training. Unless we do it, ur project is no more than a...
Mr. Data Bugger
Aug 18, 20212 min read
396 views
0 comments

Bayesian Logistic Regression
1. INTRODUCTION Authenticating whether any currency note is real or fake is the common problem in financial banks. This problem falls in...
Sandeep Singh Adhikari
Jun 25, 20213 min read
284 views
0 comments
bottom of page