parsnip.ParsnipModel.predict

ParsnipModel.predict(light_curves, augment=False)

Generate predictions for a light curve or set of light curves.

Parameters:
  • light_curves (Table or List[Table]) – Light curve(s) to generate predictions for.

  • augment (bool, optional) – Whether to augment the light curve(s), by default False

Returns:

Table (for multiple light curves) or dict (for a single light curve) containing the predictions.

Return type:

Table or dict