Code Monkey home page Code Monkey logo

phenology_forecasts_data's People

Contributors

sdtaylor avatar

Watchers

James Cloos avatar  avatar

phenology_forecasts_data's Issues

forecast model versions

in phenology_model_metadata.csv there are version numbers, these are the notes for that.
All models use NPN data from 2009-2017.


version -1

These are the naive models using doy ~ latitude, see here. These are also bootstrapped 50 times to get parameter uncertainty.

redone on 2018-07-13 to use the updated data mentioned in version 4 below. The -1 version number was kept the same.


version 1:
These were models selected via AIC of 20% held out data from either ThermalTime,Alternating, and Uniforc. Built 2018-01-02


version 2:
Same as version 1, but the winning model was built with a Bootstrap version to have parameter uncertainty. built 2018-03-16


version 3:
new ensemble models using the stacking method to derive weights. see here
For phenophases 371 and 501 the following models were included.
m1 = pyPhenology.models.Alternating()
m2 = pyPhenology.models.ThermalTime()
m3 = pyPhenology.models.Uniforc()
m4 = pyPhenology.models.Linear(parameters={'time_start':(-30,60), 'time_length':(1,120)})

For newly added phenophase 498 (fall coloring) the following were used
m1 = pyPhenology.models.Linear(parameters={'time_start':(180,300), 'time_length':(10,90)})
m2 = pyPhenology.models.FallCooling()

Note for 498 the doy was defined as when the intensity was >= 50%
built 2018-05-21


version 4:
Same as 3, but using the NPN formated data, instead of doing it myself.
see sdtaylor/phenology_forecasts#34.
Also because of this the phenophase 498 models are no longer
using "intensity was >= 50%" as used in version 4, but the
first 'yes' doy as used in other phenophases

For phenophases 371 and 501 the following models were included.
m1 = pyPhenology.models.Alternating()
m2 = pyPhenology.models.ThermalTime()
m3 = pyPhenology.models.Uniforc()
m4 = pyPhenology.models.Linear(parameters={'time_start':(-30,60), 'time_length':(1,120)})

For newly added phenophase 498 (fall coloring) the following were used
m1 = pyPhenology.models.Linear(parameters={'time_start':(180,300), 'time_length':(10,90)})
m2 = pyPhenology.models.FallCooling()

built 2018-07-09


version 5:
An un-weighted ensemble using otherwise the same specs as V4
For phenophases 371 and 501 the following models were included.
m1 = pyPhenology.models.Alternating()
m2 = pyPhenology.models.ThermalTime()
m3 = pyPhenology.models.Uniforc()
m4 = pyPhenology.models.Linear(parameters={'time_start':(-30,60), 'time_length':(1,120)})

For phenophase 498 (fall coloring) the following were used
m1 = pyPhenology.models.Linear(parameters={'time_start':(180,300), 'time_length':(10,90)})
m2 = pyPhenology.models.FallCooling()

built 2019-05-24

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.