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

Develop data munging in a notebook #2

Closed drphilmarshall closed 6 years ago

drphilmarshall commented 6 years ago

Goal: produce X and y numpy arrays to give train and test some machine learning model. Shapes will be (batch_size,N) (batch_size,M) where N is the number of truth table attributes and M is the number of object table attributes. The DC2-analysis tutorial notebooks should provide the needed code for accessing the data (thanks, DATF! :-) )