progpy
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...
**Describe the bug** UnscentedKalmanFilter is currently unpickleable because of local function measure **To Reproduce** 1. Construct a UKF 2. Pickle ukf 3. See error **Notes** This came up in work...
Seems to mostly be working, but I do get this error on (I think) all of the tensorflow tests: ``` ====================================================================== ERROR: test_lstm_simple (tests.test_data_model.TestDataModel) ---------------------------------------------------------------------- Traceback (most recent call last):...
**Requirement Text** UTP should support 'first' event_strategy **Background Information** event_strategy specifies the strategy for stopping execution (e.g., first, all). At implementation, UTP only supports 'all' **DoD** - [ ] Implement...
Update passthrough params to use the model index instead of making a copy of the model and remove models when calling super __setstate__ (avoids unnecessary model deep copy).