nasa / progpy

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 provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
https://nasa.github.io/progpy/
Other
52 stars 7 forks source link

Adding direct model example #101

Closed kjjarvis closed 11 months ago

kjjarvis commented 11 months ago

Adding an example of creating a direct model into notebook 4. New Models

github-actions[bot] commented 11 months ago

Thank you for opening this PR. Each PR into dev requires a code review. For the code review, look at the following:

codecov-commenter commented 11 months ago

Codecov Report

Merging #101 (c78414c) into dev (cdd7d95) will decrease coverage by 0.04%. Report is 42 commits behind head on dev. The diff coverage is 44.44%.

@@            Coverage Diff             @@
##              dev     #101      +/-   ##
==========================================
- Coverage   84.23%   84.19%   -0.04%     
==========================================
  Files          99       99              
  Lines       10178    10183       +5     
==========================================
+ Hits         8573     8574       +1     
- Misses       1605     1609       +4     
Files Changed Coverage Δ
src/progpy/loading/gaussian_wrapper.py 37.50% <37.50%> (-7.96%) :arrow_down:
src/progpy/loading/__init__.py 100.00% <100.00%> (ø)