Skip to content

V0.48.1 - Patch LightGBM fitted_ flag in predict_incremental path#70

Merged
atalyaalon merged 2 commits intomainfrom
v0.48.1
Apr 21, 2026
Merged

V0.48.1 - Patch LightGBM fitted_ flag in predict_incremental path#70
atalyaalon merged 2 commits intomainfrom
v0.48.1

Conversation

@atalyaalon
Copy link
Copy Markdown
Contributor

No description provided.

_ensure_lightgbm_fitted was called in predict and fused prediction
paths but not in _predict_incremental_helper. Models pickled with
LightGBM 3.x lack the fitted_ attribute required by LightGBM 4.x,
causing NotFittedError on the incremental endpoint.
@atalyaalon atalyaalon requested a review from sergeyf April 21, 2026 18:24
@atalyaalon atalyaalon changed the title V0.48.1 V0.48.1 - Patch LightGBM fitted_ flag in predict_incremental path Apr 21, 2026
Copy link
Copy Markdown
Collaborator

@sergeyf sergeyf left a comment

Choose a reason for hiding this comment

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

LGTM

@atalyaalon atalyaalon merged commit 1b6055d into main Apr 21, 2026
18 checks passed
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