anebz / boulder

Occupancy tracker for bouldering gyms
http://boulder.anebz.eu
7 stars 3 forks source link

Implement prediction model #13

Closed anebz closed 2 years ago

anebz commented 3 years ago

backend

model.save_model('0001.model')
---
model2 = xgb.Booster()
model2.load_model('0001.model')
res = model.predict(X)

frontend

visualization small fix