pyPhenology icon indicating copy to clipboard operation
pyPhenology copied to clipboard

Plant phenology models in python with a scikit-learn inspired API

Results 11 pyPhenology issues
Sort by recently updated
recently updated
newest added

wow geez, a lot of new warnings from numpy and scipy to maintain

If there are unexpected columns in the obs data.frame with NA's, they will be dropped due to "lack" of temp data, cause the super long temp data.frame will end up...

bug

setting `debug=True` in the bootstrap and weighted ensemble models doesn't give any useful info.

improve errors

the naive model expects these in the predictor data, but throws an error if they're in both predictor and observation data. Both are kinda reasonable.

improve errors

Currently only the final models are saved. but to refit the weights with the newest data will require all the old iterations.

enhancement

spring warming model is essentially a uniforc model w/ some fixed params parallel model is mix of the alternating and parallel model (ie. triangle response for chilling and an exponential...

new model

- [x] uniforc - [x] unichill - [x] alternating - [x] macro scale budburst - [x] m1 - requires daylength calculation and associated `site_info` - [x] linear - [x] sequential...

new model

potentially methods to clean some raw data and put it in a format used by the package - takes dates of phenophases (a la NPN) and convert to DOY with...