prog_models icon indicating copy to clipboard operation
prog_models copied to clipboard

ML model output->event_state/threshold

Open teubert opened this issue 3 years ago • 0 comments

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

teubert avatar Jul 20 '22 22:07 teubert