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

v0.29.0

Compare
Choose a tag to compare
@MartinBernstorff MartinBernstorff released this 24 Jan 12:07
· 769 commits to main since this release

Feature

  • Wrap training loop in try/except (ec8630a)
  • Wandb alert on exception to main script (f53a2f9)

Fix

  • Handle floats when binning continuous data (23fc939)
  • Use mean imputer if imputation is required and none specified (f427a39)
  • Hydra main should return metric to optimise (26600f6)
  • Incorrect specificatin of logistic-regression (3137e7a)
  • Drop edges if duplicate (aa32bfe)
  • Create model eval dir if does not already exist (574b778)
  • Guard against no wandb when getting eval dir (028feb3)
  • Relative import of custom_plot_artifacts (e966005)
  • New trainer path (61c17e9)
  • Specify_config_dir relatively (15af2bd)
  • Init wandb before adding wandb decorator (3e07440)