#!/usr/bin/env python3
class MLEngineer:
"""Building ML systems that ship."""
def __init__(self):
self.name = "Jackson Yang"
self.role = "ML Engineer @ CVS Health"
self.focus = [
"Production ML Pipelines",
"Feature Engineering at Scale",
"Model Serving & Monitoring",
"Distributed Training"
]
def philosophy(self):
return """
Real ML isn't about notebooks.
It's about systems that run
at 3am without paging you.
"""
me = MLEngineer()
-
CVS Health
- United States
- https://linkedin.com/in/jackson-y
Popular repositories Loading
-
distributed-machine-learning
distributed-machine-learning PublicDistributed Machine Learning - Interactive documentation with tutorials
-
k8s-docs-tutorial
k8s-docs-tutorial PublicKubernetes Documentation Tutorial - Interactive documentation with Docusaurus
Python
-
practical-lakehouse-architecture
practical-lakehouse-architecture PublicPractical Lakehouse Architecture - Interactive documentation with Docusaurus
Python
-
database-internal
database-internal PublicDatabase Internals - Interactive documentation with Docusaurus
Python
-
ddia
ddia PublicDesigning Data-Intensive Applications - Comprehensive guide with interactive documentation
Python
-
kafka-tutorial
kafka-tutorial PublicKafka: The Definitive Guide - Enhanced learning edition with superior teaching methods, progressive examples, and visual diagrams. Transform complex distributed systems concepts into accessible knoโฆ
Shell
If the problem persists, check the GitHub status page or contact support.
