Interpolate light curves to a regular grid like np.linspace(mjd.min(), mjd.max(), n_grid), keep n_grid a parameter. Also it could be useful to subtract a baseline magnitude (minimum one?) and provide it as a separate feature.
This kind of features could be used with CNN / TCN
Interpolate light curves to a regular grid like
np.linspace(mjd.min(), mjd.max(), n_grid)
, keep n_grid a parameter. Also it could be useful to subtract a baseline magnitude (minimum one?) and provide it as a separate feature.This kind of features could be used with CNN / TCN