Skip to content

correct max rule count in survival problems #37

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 10 commits into from
Jan 7, 2025

Conversation

adamgrzelak
Copy link
Collaborator

Parametr max_rule_count nie wpływał na liczbę reguł generowanych przez algorytm dla problemów przeżyciowych. Wg mojej analizy błąd wynika z tego, że parametr ten nie był de facto przekazywany do modelu ze względu na jego brak w klasie _SurvivalModelsParams. Po wprowadzeniu niniejszej poprawki parametr ten jest już brany pod uwagę. Reszta testów przechodzi, więc raczej nic nie zepsułem, ale to moja pierwsza zmiana w tej bibliotece, więc proszę o przejrzenie i ewentualne uwagi.

@adamgrzelak adamgrzelak assigned cezary986 and unassigned cezary986 Jan 7, 2025
@adamgrzelak adamgrzelak requested a review from cezary986 January 7, 2025 07:54
@adamgrzelak adamgrzelak self-assigned this Jan 7, 2025
Copy link
Collaborator

@cezary986 cezary986 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dzięki za znalezienie błędu! Co do tego pull requesty miałbym dwie prośby:

@adamgrzelak adamgrzelak changed the base branch from main to develop January 7, 2025 10:55
@cezary986 cezary986 added the bug Something isn't working label Jan 7, 2025
@cezary986 cezary986 merged commit a61c596 into develop Jan 7, 2025
@cezary986 cezary986 deleted the correct-max-rule-count-in-survival branch January 7, 2025 11:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants