Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Releases: SietsmaRJ/calculate_capice_precompute_scores

Version 2.0 release, including progress tracking.

30 Jun 09:32
Compare
Choose a tag to compare

Pre-calculating CAPICE scores can be error sensitive, both machine could crash or a (slurm) job could be cancelled.

  • Added progress_tracking.py to keep track of the progression.
  • If no progress json is found, but an output file is found, it will try to backtrack the progress.
  • More Object Orientated program structure.
  • Bugfixes (like assuming the given model is a RandomSearchSV object)