sustainable-computing-io / kepler-estimator

Kepler Estimator
Apache License 2.0
4 stars 2 forks source link

Include XGBoost Model #13

Open KaiyiLiu1234 opened 1 year ago

KaiyiLiu1234 commented 1 year ago

As requested by @rootfs, XGBoost model should be included in the pipeline as another non LR model for inference.

ArneTR commented 1 year ago

Hey Kepler team,

we already have developed an XGBoost model that runs via the based XGBRegressor based on the SPECPower data.

I figure this could be quite a fit for Kepler.

Since we are continously working on the model in terms of improvements we have it factored out as a separate repository from our other tools.

Is it interesting for the Kepler project to integrate models via git submodules?