top of page
Search

Mr. Data Bugger
Feb 173 min read
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...
14 views
0 comments

Mr. Data Bugger
Feb 132 min read
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...
7 views
0 comments

Rahul Kumar
Aug 20, 20233 min read
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...
62 views
0 comments

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


Sandeep Singh Adhikari
Dec 22, 202218 min read
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...
48 views
0 comments


Sandeep Singh Adhikari
Dec 22, 20229 min read
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...
84 views
0 comments

Mr. Data Bugger
Sep 26, 20213 min read
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...
39 views
0 comments

Mr. Data Bugger
Aug 22, 20212 min read
Mlflow: ML model lifecycle management
MLflow is an open source platform to manage the ML lifecycle, including experimentation, reproducibility, deployment, and a central model...
220 views
0 comments

Mr. Data Bugger
Aug 18, 20212 min read
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...
396 views
0 comments

Sandeep Singh Adhikari
Jun 25, 20213 min read
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...
284 views
0 comments
bottom of page