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

Complete feature where uncertainty in future loading increases with time (i.e., wedge load, #97). It's been implemented using linearly increasing load. In the v1.6 release review there was some question...

**Requirement Text** Develop Timeseries Convolutional Network (TCN) model **Background Information** TCN's are a convolutional network designed specifically for timeseries. They've been getting more attention as of late. See also: https://unit8.com/resources/temporal-convolutional-networks-and-forecasting/...

enhancement
components: data model

Requested by Portia

documentation

**Requirement Text** Add the ability to inspect load profiles visually without simulating, when using a standard load class (i.e., part of progpy.loading) **Background Information** Load profiles can be defined using...

enhancement

**Requirement Text** For Gaussian Noise Wrapper, add ability to set different standard deviations and slopes by input **Background Information** Currently, load can only be added as a constant- applied to...

enhancement

**Requirement Text** Update logic for .metrics() method for UncertainData to handle case where all samples are none **Suggested Solution** Return None for all metrics except n_samples (which will be 0....

enhancement