CoolFace
Apppublic

BillalHassan1144/wind-power-forecast

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
25 commits on main
c89f3e66mo ago

Fix runtime error: Pin XGBoost to 3.1.3 to match model version

MuhammadJamal1144
1243ad46mo ago

Fix build error: Upgrade to Python 3.11 and resolve library version conflicts

MuhammadJamal1144
d9ec12f6mo ago

Update XGBoost version and improve cold-start fallback logic

MuhammadJamal1144
5eb8cd76mo ago

Fix XGBoost prediction handling in deployed app

MuhammadJamal1144
7445f4a6mo ago

fix(xgboost): use XGBRegressor with named DataFrames to correctly apply base_score in 2.1.4

MuhammadJamal1144
3549eb86mo ago

fix: remove feature_names=None which was corrupting XGBoost 2.1.4 predictions

MuhammadJamal1144
89b255b6mo ago

force fresh pip install for Hugging Face rebuild

MuhammadJamal1144
48cf5746mo ago

trigger rebuild

MuhammadJamal1144
6796bd26mo ago

fix: make predictions stateless by default, pin ML package versions, unify XGBoost inference path

MuhammadJamal1144
19b8b7e6mo ago

Direct XGBoost Booster prediction to fix 0.0 issue on live site

MuhammadJamal1144
57a7f7f6mo ago

Add debug_env endpoint and force update

MuhammadJamal1144
effb7d26mo ago

Fix XGBoost: use version-independent JSON format

MuhammadJamal1144
0ec48286mo ago

Add debug logging for live monitoring

MuhammadJamal1144
5f208f16mo ago

Add Hugging Face Space metadata

MuhammadJamal1144
c6bc5a26mo ago

Configure Git LFS for models

MuhammadJamal1144
008326e6mo ago

Optimize Dockerfile for Hugging Face Spaces

MuhammadJamal1144
8358fe06mo ago

Add Dockerfile for free deployment

MuhammadJamal1144
b85830f7mo ago

Revert "feat: add fancy ChartJS ensemble gauge and historic prediction timeline UI"

MuhammadJamal1144
1e5dfff7mo ago

feat: add fancy ChartJS ensemble gauge and historic prediction timeline UI

MuhammadJamal1144
43ee5497mo ago

feat: handle zero-drop history anomaly, tune fallback predictions, remove manual mode from frontend

MuhammadJamal1144
89843dc7mo ago

Added favicon and input fileds validation

MuhammadJamal1144
5e19ad67mo ago

updated the webpage

MuhammadJamal1144
6d179807mo ago

Add README.md

MuhammadJamal1144
25f0c147mo ago

Cleanup: Remove unnecessary test scripts and large data files

MuhammadJamal1144
80acc607mo ago

Initial commit: Wind Power Forecasting FastAPI app with fixed validation

MuhammadJamal1144