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
55 stars 8 forks source link

Add linear model Jupyter Notebook #70

Closed teubert closed 1 year ago

teubert commented 1 year ago

Add linear model jupyter notebook developed by @aqitya and approved here: https://github.com/nasa/prog_models/pull/551#pullrequestreview-1535454153

The only changes from this approved PR are:

  1. Removed old linear model example (that this replaces), and
  2. changed prog_models -> progpy in import
github-actions[bot] commented 1 year 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 1 year ago

Codecov Report

Merging #70 (2b78b18) into dev (1485c8a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev      #70   +/-   ##
=======================================
  Coverage   84.19%   84.19%           
=======================================
  Files          99       99           
  Lines       10111    10111           
=======================================
  Hits         8513     8513           
  Misses       1598     1598           
aqitya commented 1 year ago

Pushed some changes to how we were directing users to ProgPy documentation.

teubert commented 1 year ago

I reviewed @aqity's pushed changed and approve