How to represent RMSE of a Neural Network in percentage with R?

前端 未结 0 937
时光说笑
时光说笑 2020-12-01 07:24

I have the following code:

RMSE_NN <- RMSE(test_set[,2], Neural_Model.result)

And I am looking for a way to convert it to percentage in or

相关标签:
回答
  • 消灭零回复
提交回复
热议问题