SKLearnRegressionReconstructor#
- class ctapipe.reco.sklearn.SKLearnRegressionReconstructor(**kwargs: Any)[source]#
 Bases:
SKLearnReconstructorBase class for regression tasks.
Attributes Summary
If True, the model is trained to predict the natural logarithm.
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.