tholoien / empiriciSN

Generate realistic parameters for a SN given host galaxy observations based on empirical correlations from SN datasets
MIT License
2 stars 4 forks source link

Perform XD Modeling #11

Closed tholoien closed 8 years ago

tholoien commented 8 years ago

Once the data is all gathered and all necessary quantities have been calculated and stored in master data files, we want to model the distributions of properties using Extreme Deconvolution (XD) methods.

The current plan is to use astroML to do this. Any changes to this plan will be noted here.

tholoien commented 8 years ago

XDGMM modeling is up and running, using a new class written to give an XDGMM wrapper to the scikit-learn Estimator class so that it can be used for machine learning.