Skip to content

Conversation

@xx-devvv
Copy link

This PR fixes three distinct issues preventing 06_modeling_demo.py from running:

  1. Logic Fix: Casts target variables to int to prevent ValueError: Unknown label type: continuous in classifiers.
  2. Robustness Fix: Wraps auto_hpo in a try-except block to gracefully handle the missing optuna library.
  3. Bug Fix: Resolves a ValueError: The truth value of a DataFrame is ambiguous in Demo 5 by explicitly checking types with isinstance.

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.

1 participant