Skip to content

v0.5.4#62

Open
Joao-Paulo-Silva wants to merge 2 commits intomainfrom
develop
Open

v0.5.4#62
Joao-Paulo-Silva wants to merge 2 commits intomainfrom
develop

Conversation

@Joao-Paulo-Silva
Copy link
Copy Markdown
Member

No description provided.

himelds and others added 2 commits April 10, 2026 18:53
This PR corrects the incompatibility of the AIRS algorithm with scikit-learn pipelines, which caused a `RuntimeError` error when used.

## Changes 

- Added the p parameter explicitly to the constructor, replacing the use of kwargs
- Updated the base class `get_params()` method to automatically retrieve valid parameters from the `__init__` method signature
… the default value due to an incorrect condition in BNSA. (#61)

This pull request includes the following improvements:

- Fix the `no_label_sample_selection` error, which was comparing with `nearest_difference` instead of `max_nearest_difference`, causing the type definition in the constructor to always return the default value.
- Adds `__version__` dynamically via the package metadata.
- Removes redundant validation from the table header in the `ProgressTable` class.
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