mkao006 / sws_imputation

Repository for implementing imputation for the Statistical Working System
0 stars 0 forks source link

Range for models #73

Open joshbrowning2358 opened 9 years ago

joshbrowning2358 commented 9 years ago

Some models in the ensemble do not generalize well. For example, exponential models will likely not perform well at extrapolation, as they can lead to explosive predictions of production. To get around this, we could limit the "extrapolation range" of each of the models (i.e. exponential models can impute all interpolations but only extrapolations within one time step of an observed value, say).