PolicyEngine / synthimpute

Python package for data synthesis and imputation using parametric and nonparametric methods, and evaluation of these methods.
MIT License
11 stars 6 forks source link

Add sample_weight_train in rf_impute #31

Closed MaxGhenis closed 4 years ago

MaxGhenis commented 4 years ago

For incorporating observation weights into training data. Fixes #30.

Tests pass locally.