prog_models
prog_models copied to clipboard
The NASA Prognostic Model Package is a Python framework focused on defining and building models for prognostics (computation of remaining useful life) of engineering systems, and provides a set of pro...
Having a second, more complex example may be worthwhile to include to the tests. Maybe a test where we are passing in different models and where circular connections are prevalent...
**Requirement Text** Implement RISE direct model **Background Information** **Suggested Solution** Subclass of datamodel implementing direct model interface **DoD** - [ ] Implement feature - [ ] Add to example -...
**Requirement Text** Bring training noise to LSTM model **Background Information** Training noise feature exists in DMD. **DoD** - [ ] Implement feature - [ ] Add to example - [...
Implement way of handling hybrid discrete/continuous models (where some states are continuous and others are discrete) that would support integration methods on discrete part. For now we're requiring users to...
Uses pandas to for the container's data
housekeeping: cleaned up variables, updated imports.
Completed containers, sim_result, and updated tests.