Skip to content

aergene/STA410-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BayesianImputer

A lightweight Python module for Bayesian Missing Data Imputation using probabilistic modeling and MCMC sampling.

This tool estimates missing values in numeric tabular datasets by modeling each variable as a distribution and inferring the posterior over missing entries using PyMC.


Features

  • Bayesian imputation using normal priors and MCMC sampling.
  • Handles missing values in numeric (continuous) columns.
  • Provides posterior summaries and visual comparison plots.
  • Designed for easy extension and experimentation.

Installation

Clone this repo and install dependencies:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages