LSSTDESC / derp

A first attempt at a simple LSST DRP catalog emulator
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Train a first-pass deterministic regressor #8

Open jiwoncpark opened 5 years ago

jiwoncpark commented 5 years ago

Implement and train a deterministic regressor which maps the truth catalog features to the object catalog features. We are looking to overfit the regressor, to confirm that it is complex enough to model the features space and that the scale of the features allow for reasonably easy optimization. Deterministic means that the regressor assumes a given set of truth values only has one possible set of observed values--which is not true! We will address this separately in another issue, using a stochastic regressor model.