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 serialization example #95

Closed kjjarvis closed 10 months ago

kjjarvis commented 11 months ago

Adding an example illustrating how to serialize and deserialize 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 #95 (10b3dd4) into dev (f20aa05) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev      #95   +/-   ##
=======================================
  Coverage   84.23%   84.23%           
=======================================
  Files          99       99           
  Lines       10178    10178           
=======================================
  Hits         8573     8573           
  Misses       1605     1605           

:loudspeaker: Have feedback on the report? Share it here.

kjjarvis commented 10 months ago

This PR is closed because it was moved to PR #107