Shawn Taylor

Results 32 issues of Shawn Taylor

We did a workshop recently with an experimental setup where lessons were spread out in 2 hour sessions over 7 weeks instead of 2 days. the page for it was...

type:discussion
type:teaching example

A discussion to chat about adding MODIS data to the retriever since I'm not sure if it's feasible or not. I just wrote a quick python script to [download](https://github.com/sdtaylor/modisFun/blob/master/download_north_american_MOD13Q1.py) 250m_NDVI...

Hi all. Recently I was doing some work with modis data and spent a lot of time figuring out the QA bands which are packed into bits. There are a...

now using gh actions

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