You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
PR #1 adds a wrapper for the thermaltime model and transforms the incoming data (sklearn compatible (X, y)) to the structure understood by pyphenology see https://pyphenology.readthedocs.io/en/master/data_structures.html#phenology-environmental-data. Then inside pyphenology we go back to sklearn data structure see temperature_only_data_prep. We should explore if we can skip the internal transformation for all models, especially M1 and Naive that use other predictors besides daily mean temerature.
The text was updated successfully, but these errors were encountered:
PR #1 adds a wrapper for the thermaltime model and transforms the incoming data (sklearn compatible (X, y)) to the structure understood by pyphenology see https://pyphenology.readthedocs.io/en/master/data_structures.html#phenology-environmental-data. Then inside pyphenology we go back to sklearn data structure see temperature_only_data_prep. We should explore if we can skip the internal transformation for all models, especially
M1
andNaive
that use other predictors besides daily mean temerature.The text was updated successfully, but these errors were encountered: