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.
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
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