示例#1
0
 def get(self):
     export_model('R')
     return {'result': True, 'modelName': 'model.pkl'}
示例#2
0
def make_model():
    if request.method == 'POST':
        #모델 재 생성
        export_model('R')
        return render_template('index.html', md_label='모델 재생성 완료')