prog_models
prog_models copied to clipboard
ML model output->event_state/threshold
Requirement Text Implement simple ML model between output or state -> event_state/threshold with wider class to combine with state transition
Suggested Solution PrognosticsDataModel.from_data(data, StateTransitionModel, EventModel)
or
PrognosticsDataModel(state_transition_model, event_model)
DoD
- [ ] Implement feature
- [ ] Add example
- [ ] Add to tutorial
- [ ] Add tests
- [ ] Add to docs
- [ ] Add to change notes for next release