oss-slu / ml_code_generator

Deployed version of this proof of concept
https://ml-code-generator.onrender.com/
GNU General Public License v3.0
2 stars 25 forks source link

Add linear model evaluation code generation to flask app #72

Open KD335 opened 1 year ago

KD335 commented 1 year ago

Add code to flask_app such that generator calls the class used to generate the code that makes evaluates the predictions made by the linear regression model and silently adds it to the final output immediately after the code from predict_lin_reg.py is generated. The code is in the eval_lin_reg.py file.