Skip to content

v0.9.5

Latest
Compare
Choose a tag to compare
@SebieF SebieF released this 09 Dec 16:36

09.12.2024 - Version 0.9.5

Features

  • Added integration for huggingface datasets by @heispv in #124
  • Added per-sequence dimension reduction methods by @nadyadevani3112 in #123
  • Improving one_hot_encoding embedder with numpy functions @SebieF

Maintenance

  • Fixing "precission" typo in clasification_solver.py
  • Updating dependencies
  • Improving documentation of the config module by @heispv in #121
  • Improving compute_embeddings function to handle Dict, str and Path as input_data
  • Reducing log level of onnx and dynamo to ERROR to decrease logging output
  • Fixing first_steps documentation
  • Adding links to biocentral app, repository and biotrainer documentation