Synthetic Data Generation for Healthcare: CTGAN, TVAE, and When to Use Each
When you can’t share real patient data for model development, synthetic data is the answer - if it’s done right. This post covers CTGAN, TVAE, and how to eva...
When you can’t share real patient data for model development, synthetic data is the answer - if it’s done right. This post covers CTGAN, TVAE, and how to eva...
Scaling your test data with statistics from test data is a bug. So is fitting your imputer on training + test combined. sklearn Pipelines prevent both - here...
A model that predicts ‘no readmission’ for every patient can claim 88% accuracy. Here’s how SMOTE, ADASYN, BorderlineSMOTE, and cost-sensitive learning actua...
feature_importances_ tells you which features the model used most globally. SHAP tells you why the model made a specific prediction for a specific patient. H...
The standard way to encode categorical features (target encoding) secretly leaks information from the labels into the training data. CatBoost fixes this with...
LightGBM trains 10–20x faster than XGBoost on large datasets. This post explains the three algorithmic tricks behind that speed - GOSS, EFB, and leaf-wise gr...
n_estimators, max_depth, subsample, lambda, gamma - not as a grid to search, but as levers with specific, observable effects. Run each experiment and watch t...
Most people use XGBoost without understanding what it’s actually computing. This post walks through the internals - pseudo-residuals, learning rate, regulari...
A detailed, hands-on walkthrough of deploying two LLM-powered applications (EvalAgent Studio and AI Test Driven) on AWS ECS Fargate, detailing architectural ...
A complete, hands-on walkthrough of deploying five FastAPI microservices and a React frontend to AWS ECS Fargate using CodeBuild and CodePipeline, with path-...
A step-by-step account of moving my technical blog off a github.io subdomain, the architecture decisions I weighed, and exactly what I clicked (and skipped) ...
A detailed, hands-on walkthrough of deploying two LLM-powered applications (EvalAgent Studio and AI Test Driven) on AWS ECS Fargate, detailing architectural ...
A complete, hands-on walkthrough of deploying five FastAPI microservices and a React frontend to AWS ECS Fargate using CodeBuild and CodePipeline, with path-...
A step-by-step account of moving my technical blog off a github.io subdomain, the architecture decisions I weighed, and exactly what I clicked (and skipped) ...