parsnip.Classifier

class parsnip.Classifier

LightGBM classifier that operates on ParSNIP predictions

__init__()

Methods

__init__()

classify(predictions)

Classify light curves using predictions from a ParsnipModel

extract_features(predictions)

Extract features used for classification

load(path)

Load a classifier that was saved to disk

train(predictions[, num_folds, labels, ...])

Train a classifier on the predictions from a ParSNIP model

write(path)

Write the classifier out to disk