nasa / progpy

The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
https://nasa.github.io/progpy/
Other
55 stars 8 forks source link

MixtureOfExperts model #20

Closed teubert closed 11 months ago

teubert commented 1 year ago

Requirement Text Implement model for MixtureOfExperts (MoE) approach

Background Information Building off of work in ASO project. MoE approaches use multiple models, simulated together, but only the "best" model is listened to

Suggested Solution Create new Aggregate Model class with selection/goodness function to select best model (could be part of state? some other way of selecting)? Might have to be StateEstimator feature

DoD