Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

enh(distributed): propagate null features in spark #448

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Nov 12, 2024

Description

Spark's VectorAssembler defaults to throwing an error if there are nulls in the inputs, this sets the handleInvalid argument to pass them through to the model. This throws an error in LightGBM but works for XGBoost.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

codspeed-hq bot commented Nov 12, 2024

CodSpeed Performance Report

Merging #448 will not alter performance

Comparing spark-nulls (2a590e2) with main (ca67b98)

Summary

✅ 12 untouched benchmarks

@jmoralez jmoralez marked this pull request as ready for review November 12, 2024 18:37
@jmoralez jmoralez merged commit e869465 into main Nov 12, 2024
23 checks passed
@jmoralez jmoralez deleted the spark-nulls branch November 12, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant