Skip to content

Conversation

dwemer8
Copy link

@dwemer8 dwemer8 commented Sep 1, 2025

LightAutoML: 0.4.1
Optuna: 2.10.1
Error: tuner throws [Exception], whereas optuna expects (Exception,)
Fix: see commit diff

@dev-rinchin
Copy link
Collaborator

Hi @dwemer8, thank you for submitting!

Looking at the implementation in study.py#L496 , I noticed that both passing Exception as [Exception] and passing it as (Exception,) would ultimately be normalized to the same tuple format (Exception,).

Could you help me understand what specific issue you're encountering with the current implementation?

Best regards,
Rinchin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants