Skip to content

Compatible version of scikit-learn should be use for training and application of models #1333

@morcuended

Description

@morcuended

From #1326

One needs to use a compatible scikit-learn version to train models and their application to observed data. Most of the available standard models have been produced with scikit-learn 1.2.X, while a fresh lstchain installation might install any 1.X version, thus the incompatibility problem with running DL1 to DL2 step. Fixing the version of scikit-learn to 1.2.X in the lstchain requirements is not the final solution since models can be trained/used with newer scikit-learn versions. They just have to be consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions