You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
KD335
changed the title
Add model evaluation code generation to flask app
Add linear model evaluation code generation to flask app
Apr 24, 2023
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.
The text was updated successfully, but these errors were encountered: