Autogluon: Tabular row weight support

Created on 15 Oct 2019  路  5Comments  路  Source: awslabs/autogluon

Add support for row-wise weights in a similar fashion to LightGBM:

https://lightgbm.readthedocs.io/en/latest/Parameters.html#weight_column

We can have a dedicated weight column that is checked for presence such as '__weight', and potentially give the user the option to specify the column in the call to learner init.

With this column we would additionally need to add support for weight in all objective functions and models.

enhancement tabular urgent

All 5 comments

Thanks for this very intriguing library. i wanted to check if there was any update on allowing sample_weights for tabular regression problems? Sample weight support is core functionality of every major tabular machine learning library (AutoML and otherwise), e.g., sklearn, xgboost, catboost, lightgbm, ngboost, TPot, H2O, etc... It would be a major enhancement to add support.

Sample weight support is an essential part of many types of analysis (anytime you have multiple observations rolled up already, or when sensors capture multiple observations simultaneously). I work with a lot of sports data as well, and sample weights are an essential part of functionally all analyses.

Thanks again for releasing this library - looking forward to using it!

Hi @kmedved,

Thanks for your interest! This is on our roadmap and we intend to add support for row weights by the end of the year and will notify in this issue when progress has been made.

Best,
Nick

Thanks @Innixma - that's great to hear. This is a very impressive looking library - I'm getting excellent results on my data in limited testing so far, and am excited to deploy it into production.

Any updates on this? Sample weights are critical in regression problems when you care more about getting certain predictions right than others! As kmedved pointed out this is already implemented in all the other major ML libraries!

Row weight support is planned for our next release (0.1) which is scheduled for release in December.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jwmueller picture jwmueller  路  6Comments

sxjscience picture sxjscience  路  6Comments

elife33 picture elife33  路  5Comments

braaannigan picture braaannigan  路  5Comments

Innixma picture Innixma  路  9Comments