prog_models icon indicating copy to clipboard operation
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...

Results 126 prog_models issues
Sort by recently updated
recently updated
newest added

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

enhancement

**Requirement Text** Bring training noise to LSTM model **Background Information** Training noise feature exists in DMD. **DoD** - [ ] Implement feature - [ ] Add to example - [...

enhancement
component: models: data-driven

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

component: models
component: simulation

Uses pandas to for the container's data

housekeeping: cleaned up variables, updated imports.

Completed containers, sim_result, and updated tests.