progpy icon indicating copy to clipboard operation
progpy copied to clipboard

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

Results 85 progpy issues
Sort by recently updated
recently updated
newest added

Add step to CI/CD infrastructure that will auto publish the newest version to PyPi (i.e., pip) on each github release. See example here (from chaospy) ![image](https://user-images.githubusercontent.com/8226781/208792143-35a58a3d-8606-400b-92a2-0b32b4f4acb0.png)

enhancement
tests

**Requirement Text** Ensemble model should return a measurement of dispersion **Background Information** Ensemble model aggregates the results of the component models, but does not produce any measurement of the dispersion...

enhancement

Look at Marcos' work in Automatic adaptive step size. See if marcos is willing to partner and investigate ways that it can be adopted in progpy

enhancement
components: simulation

**Requirement Text** Lstm shall provide ability to learn performance metrics **Background Information** Lstm now does everything except pm **Suggested Solution** Same as output **DoD** - [ ] Implement feature -...

enhancement
components: data model

**Requirement Text** Create a CNN state transition model **DoD** - [ ] implement - [ ] Add example - [ ] Add tests - [ ] Add to change notes...

enhancement
components: data model

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

enhancement
components: data model

Currently parameter estimation only supports scalars- this issue is to add support for lists as well ## D.o.D. - [ ] Parameter estimation works for lists too - [ ]...

enhancement
good first issue
components: parameter estimation

## Requirement Implement guidance and/or methods for estimating process and sensor noise from data ## Background Process and sensor noise is very important for noise representation. There is currently no...

enhancement
components: parameter estimation

Create interface for integrating models with C++ GSAP framework ## Background GSAP is a C++ framework for implementing prognostics applications. It follows a very similar format. Generally python is highly...

enhancement

## Requirement Create a new model that can represent a battery pack - i.e., multiple cells in some combination of series and parallel ## Background Current model is cell-level ##...

enhancement