Endigest logo
Endigest
All Tech BlogsExplore TagsSend Feedback
Newsletter
Endigest logo
Endigest

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

data-science Articles

9 articles

Related Tags

machine-learning(6)
technology(3)
engineering(2)
people(1)
economics(1)
ridesharing(1)
transportation(1)
statistics
(1)
jupyter-notebook(1)
python(1)
pandas(1)
kaggle(1)
data-modeling(1)
ai(1)
feature-engineering(1)
Lyft logoLyft
31 min read
Machine Learning•2026-03-30

Predicting Rider Conversion in Sparse Data Environments with Bayesian Trees

This post describes how Lyft built a Bayesian hierarchical tree model to predict rider conversion in real-time under sparse data conditions.

machine-learning
data-science
ridesharing
transportation
statistics
Airbnb logoAirbnb
41 min read
Machine Learning•2026-03-24

What COVID did to our forecasting models (and what we built to handle the next shock)

Airbnb explains how COVID broke their booking-to-trip forecasting models and the architectural changes they built to handle structural data shifts.

technology
data-modeling
machine-learning
data-science
engineering
Airbnb logoAirbnb
51 min read
Machine Learning•2026-02-24

Academic Publications & Airbnb Tech: 2025 Year in Review

Airbnb recaps its 2025 academic research at KDD, CIKM, and EMNLP covering ML, NLP, and recommendation systems.

machine-learning
engineering
ai
data-science
technology
Airbnb logoAirbnb
71 min read
Culture•2026-01-28

My Journey to Airbnb: Peter Coles

This article traces the career journey of Peter Coles, Airbnb's Head Economist for Policy and Director of Data Science, from academia to tech industry leadership.

people
data-science
economics
technology
Lyft logoLyft
01 min read
Data Engineering•2026-01-06

Lyft’s Feature Store: Architecture, Optimization, and Evolution

This article describes the architecture, optimization, and evolution of Lyft's Feature Store, a core ML infrastructure platform serving 60+ use cases across the rideshare stack.

feature-engineering
machine-learning
features
feature-store
data-science
Lyft logoLyft
01 min read
Machine Learning•2025-11-18

LyftLearn Evolution: Rethinking ML Platform Architecture

This post describes how Lyft evolved LyftLearn, their end-to-end ML platform, from a fully Kubernetes-based system to a hybrid architecture combining AWS SageMaker and Kubernetes.

distributed-systems
artificial-intelligence
machine-learning
aws
data-science
Lyft logoLyft
01 min read
Machine Learning•2025-10-07

My Starter Project on the Lyft Rider Data Science Team

This post describes a Lyft data scientist's starter project using the Rider Experience Score (RES) tool to estimate long-term causal effects of rider experiences on retention without relying on A/B tests.

causal-inference
data-science
rideshare
machine-learning
artifical-intellegence
Lyft logoLyft
01 min read
Backend•2025-07-31

Solving Dispatch in a Ridesharing Problem Space

This post explains how Lyft models and solves the rider-driver matching problem using graph theory and optimization algorithms.

optimization
data-science
matching
BBC logoBBC
31 min read
Data Engineering•2022-09-21

UK Bank Holidays with Pandas on Jupyter

This post explains how to fetch and manipulate UK Bank Holidays JSON data using Pandas on a Jupyter Notebook to produce a queryable DataFrame.

data-science
jupyter-notebook
python
pandas
kaggle