Skip to content

docs: extend examples suite#284

Merged
tizianocitro merged 20 commits into
mainfrom
feat/extend-examples
Jun 19, 2026
Merged

docs: extend examples suite#284
tizianocitro merged 20 commits into
mainfrom
feat/extend-examples

Conversation

@ddevin96

@ddevin96 ddevin96 commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

All Submissions

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there are no other open Pull Requests for the same changes?
  • Have you made sure you have rebased your branch to the latest commit on the target branch?

Description

  • Reorganise examples folder
  • Add examples for custom logger, splitter and negative sampler
  • Update script for running example

Close #274

Checklist

  • Does your submission pass all tests? (use make test)
  • Have you written tests to cover all your changes? If not, provide a reason.
  • Have you lint your code locally before submission? (use make format)
  • Have you type checked your code locally before submission? (use make typecheck)

@github-actions github-actions Bot added docs Improvements or additions to documentation feature A new feature or improvement to existing functionality labels Jun 11, 2026
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@ddevin96 ddevin96 force-pushed the feat/extend-examples branch from 00e3108 to 6c34278 Compare June 12, 2026 07:33
@ddevin96 ddevin96 marked this pull request as ready for review June 12, 2026 10:41
@ddevin96 ddevin96 force-pushed the feat/extend-examples branch 2 times, most recently from 1482431 to 44602dd Compare June 12, 2026 11:41
@github-actions github-actions Bot added the training Changes related to the train package label Jun 12, 2026
Comment thread examples/train/multi_model_training.py
Comment thread examples/splitting/custom_splitter.py Outdated
Comment thread examples/train/train_with_custom_logger.py
Comment thread examples/train/train_with_custom_logger.py Outdated
Comment thread examples/train/train_with_early_stopping.py Outdated
Comment thread hyperbench/train/trainer.py Outdated
Comment thread Makefile
@ddevin96 ddevin96 force-pushed the feat/extend-examples branch from 32f22a6 to 30172ca Compare June 16, 2026 10:31
@github-actions github-actions Bot removed the training Changes related to the train package label Jun 16, 2026
@ddevin96 ddevin96 force-pushed the feat/extend-examples branch from 77cd1d3 to d66f94c Compare June 16, 2026 13:39
@tizianocitro tizianocitro changed the title Extend examples suite docs: extend examples suite Jun 17, 2026
@ddevin96 ddevin96 force-pushed the feat/extend-examples branch from 7c0d0a2 to 5f50724 Compare June 19, 2026 08:33
@github-actions github-actions Bot added the training Changes related to the train package label Jun 19, 2026
@ddevin96 ddevin96 force-pushed the feat/extend-examples branch from 1980203 to 3734ba4 Compare June 19, 2026 11:37
Comment thread examples/splitting/custom_splitter.py
@ddevin96 ddevin96 force-pushed the feat/extend-examples branch from e8d9ad1 to 3816f35 Compare June 19, 2026 13:43
@github-actions github-actions Bot removed the training Changes related to the train package label Jun 19, 2026
@tizianocitro tizianocitro merged commit 4a59c7c into main Jun 19, 2026
48 checks passed
@tizianocitro tizianocitro deleted the feat/extend-examples branch June 19, 2026 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation feature A new feature or improvement to existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend examples suite

2 participants