ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

SKLearnRegressionReconstructor#

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

Bases: 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.