Skip to content

Commit

Permalink
Removed extraneous code
Browse files Browse the repository at this point in the history
  • Loading branch information
hgromer authored May 3, 2018
1 parent 29362cf commit 6384c12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecnet/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ def runNeuralNet(values):

sv.import_data(sv.vars['data_filename'])
sv.fit_mlp_model_validation('shuffle_lv')
test_results = sv.use_mlp_model('test')
test_errors = sv.calc_error('rmse')
sv.publish_project()
return test_errors['rmse']
Expand Down

0 comments on commit 6384c12

Please sign in to comment.