Commit History

fix: convert user input to pandas DataFrame for model predictions
8e493b7

abishek commited on

Add: Generated production bundle file
208692c

abishek commited on

fix: update SHAP to >=0.46.0 for NumPy 2.0 compatibility on Python 3.13
0f6a06e

abishek commited on

Merge branch 'main' of https://huggingface.co/spaces/vrfefavr/student-performance-ML_project into hf-clean
0f17bb1

abishek commited on

Fix: Remove .pkl from gitignore
4310571

abishek commited on

Fix: Downgrade shap and matplotlib for Python compatibility
29228e9

abishek commited on

Update .gitignore
d8c2f59
verified

vrfefavr commited on

Fix: Upgrade packages for Python 3.13 wheel support (numpy 2.1.3, scikit-learn 1.6.1, shap 0.48.1, matplotlib 3.10.1)
e71ef81

abishek commited on

Fix: Force Python 3.12 with proper Dockerfile and packages.txt
d0d4bdb

abishek commited on

Fix: Upgrade scikit-learn to 1.5.1 for Python 3.12 wheel support
859c4d6

abishek commited on

Fix: Switch to Python 3.12 (ML libs have wheels)
474c654

abishek commited on

Fix: Downgrade deps for Python 3.13 wheel compatibility
eaa6893

abishek commited on

Fix: Remove pandas, use numpy for Python 3.13 compatibility
d280305

abishek commited on

Fix: Use pandas 2.0.3 (compatible with Python 3.13)
6834d9e

abishek commited on

Fix: Downgrade pandas to 2.1.4 (has Python 3.13 wheel)
e693306

abishek commited on

Fix: Force Python 3.11 on HF Spaces to use prebuilt wheels
44a2c51

abishek commited on

Optimize: Add Docker build cache for faster pip installs
9a0e473

abishek commited on

Fix: Handle missing .pkl file at app startup
a1a923b

abishek commited on