SKLearnRegressionReconstructor

class ctapipe.reco.sklearn.SKLearnRegressionReconstructor(**kwargs: Any)[source]

Bases: ctapipe.reco.sklearn.SKLearnReconstructor

Base class for regression tasks

Attributes Summary

log_target

If True, the model is trained to predict the natural logarithm.

model_cls

Which scikit-learn regression model to use.

Attributes Documentation

log_target

If True, the model is trained to predict the natural logarithm.

model_cls

Which scikit-learn regression model to use.