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
14 views
0 comments

Understanding LangChain: A Deep Dive into LLM Chaining in Chatbot with OOP Concepts
Introduction LangChain is a powerful framework that helps developers integrate Large Language Models (LLMs) into applications with...
Mr. Data Bugger
Feb 132 min read
8 views
0 comments

Doing Anomaly Detection At Scale
How can you detect anomalies within more than one million time-series to be tracked daily? That's a design problem. We will be discussing...
Rahul Kumar
Aug 20, 20233 min read
62 views
0 comments

Data Driven Aggregation ~Unsupervised Way
Aggregation combines several independent variables to a dependent variable. The dependent variable should preserve properties of the...
Rahul Kumar
Jul 25, 20238 min read
8 views
0 comments


Logistic Regression: Top Interview Questions
Welcome to the second blog in our Data Science and Machine Learning Interview Series! (check first blog on linear regression here) In...
Sandeep Singh Adhikari
Dec 22, 202218 min read
48 views
0 comments


Linear Regression: Top Interview Questions
Welcome to the first blog in our Data Science and Machine Learning Interview Series! In this series, we will be covering some of the most...
Sandeep Singh Adhikari
Dec 22, 20229 min read
85 views
0 comments

All the definitions you need to know for Kubernetes Interview
1. Kubernetes cluster is a set of physical or virtual hardware, which essentially constitute a set of hosts or servers or computers. 2. A...
Mr. Data Bugger
Sep 26, 20213 min read
39 views
0 comments

Mlflow: ML model lifecycle management
MLflow is an open source platform to manage the ML lifecycle, including experimentation, reproducibility, deployment, and a central model...
Mr. Data Bugger
Aug 22, 20212 min read
220 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