timowilm1992/MultiLGBM
🌳MultiLGBM🌳: A simple multi-objective regression example to show how to trade-off objectives on the Pareto front with a single LGBM model.
This tool helps machine learning engineers and data scientists when they need to optimize a single model for multiple, potentially conflicting, performance goals simultaneously. You provide a dataset with various inputs and the corresponding values for each objective you want to optimize. The tool outputs a single model that can be adjusted at prediction time to prioritize different objectives.
No commits in the last 6 months.
Use this if you are a machine learning practitioner working with tabular data and need to balance multiple regression outcomes using a single, efficient LightGBM model.
Not ideal if your problem involves a single objective or if you prefer deep learning models for multi-objective optimization.
Stars
13
Forks
—
Language
Python
License
MIT
Category
Last pushed
Apr 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/timowilm1992/MultiLGBM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python,...
catboost/catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for...
stanfordmlgroup/ngboost
Natural Gradient Boosting for Probabilistic Prediction
lightgbm-org/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework...
fabsig/GPBoost
Tree-Boosting, Gaussian Processes, and Mixed-Effects Models