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

**Requirement Text** Add configurable ability to normalize inputs for LSTMStateTransitionModel.from_data **Background Information** Normalizing inputs is important for performance **Suggested Solution** Simple normalization - (value-mean) / std - will then have...

enhancement
component: models: data-driven

**Requirement Text** Add option to shuffle the data being used to train the LSTM **DoD** - [ ] Add feature - [ ] Add to example

enhancement
component: models: data-driven

![image](https://user-images.githubusercontent.com/8226781/129117797-ee3bf044-15c9-42e1-969a-3676ad2c28d7.png)

bug

![image](https://user-images.githubusercontent.com/8226781/128789106-3b34d28a-2df2-4827-9449-927a96d17521.png)

Add tests of vectorization support for all included models and Surrogate Models

CI/CD

**Requirement Text** Implement different methods for handling state limits. E.g., 1. Start over at min (e.g., angle going to 360°, then starting at 0 **Background Information** Recommendation from Ali- Currently...

enhancement
component: simulation

**Requirement Text** Extend #313 to stop at the end of each segment of loading if loading is piecewise **Background Information** Auto steps adjusts the step size based on save frequency...

enhancement
component: simulation

**Requirement Text** Add support for step size to be set automatically, so that it the simulator determines the step size to best meet the save_freq and save_pts, with an optional...

enhancement
component: simulation

**Requirement Text** Extend #313 to capture dt close to end of event **Background Information** Auto step size adjusts it automatically **Suggested Solution** Potential approaches: 1. If state of event is...

enhancement
component: simulation