tallamjr/astronet

[feature/20/plasticc] Investigate options for Gaussian Process regression for PLAsTiCC data

Closed this issue · 2 comments

Linked to feature #20

SPCC PLAsTiCC data is irregularly sampled, but one required a regular sampling of points for the t2 algorithm to work best. The goal would be to use gaussian process regression to interpolate between the points in 6 dimensions.

GPFlow seems to be a good candidate for this

Update

It was determined that initially working with PLAsTiCC data was easier for experimentation and prototyping, so this issue has moved to working with that dataset instead for now.

Now using george and code snippets from Catarina

Closed with #23