X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=python%2Fpredictor.py;h=0e8f026093dc06ae0e20f75cb4ba4a58636e13a1;hb=97b147e9106cb549dd7dd62829b9d29b326738c7;hp=2b77aac135d53e9004a8a2739d3b5794bfdee5bb;hpb=8b450dd21387f7775cfc68dee771bda82c0f8ed6;p=trackerpp.git diff --git a/python/predictor.py b/python/predictor.py index 2b77aac..0e8f026 100644 --- a/python/predictor.py +++ b/python/predictor.py @@ -12,6 +12,7 @@ def init(fname = './model.pkl'): f = open(fname, 'rb') predictors = pickle.load(f) f.close() + return True; def dump(): global predictors