#!/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
-
ml-feature-store
ml-feature-store PublicComprehensive guide to building and deploying ML Feature Stores - 15 chapters with interactive documentation
Python 1
-
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
If the problem persists, check the GitHub status page or contact support.
