Skip to content

Adapt to scikit-learn 1.8.0+ #519

@tramora

Description

@tramora

Description

scikit-learn 1.8.0+ removed deprecated features and this makes khiops-python fail at runtime in a few locations.

Resolution

We need to adapt khiops-python to these 1.8.0+ changes.

Details

  • 'force_all_finite' was renamed to 'ensure_all_finite' in 1.6 and will be removed in 1.8
  • generate_only is deprecated in 1.6 and will be removed in 1.8. Use :func:~sklearn.utils.estimator_checks.estimator_checks_generator instead
  • ...

Sub-issues

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions