Root Mean Square Error (RMSE) is a standard way to measure the error of a model in predicting quantitative data. Formally, it is defined as follows: RMSE The RMSE is calculated using two 1D arrays. The first array y contains the true result (reference) for each sample and the second array contains the model prediction p for the same sample. The error is calculated by subtracting each element in p from its analogous element in y and square the answer as described in the equation above. When the program starts, the user is asked to enter the name of the file that contains the data. The file name is guaranteed not to exceed 20 characters. Then you should open the supplied file to read the data and calculate the RMSE. The data in the file is organized as follows: • The first line contains the size of the 1D array (i.e. denoted as N in the equation) • The second line contains the elements of y array followed by the content of the p array. If N is less than or equals zero or not an integer value, then the program should print Invalid Size Also, the number of elements in the file should be 2*N(N for each array). Hence, if the number of elements in the file is less than 2*N, then the program should print Few elements. Also if the number of elements in the file is more than 2*N then the program should print Many elements.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
I need the answer as soon as possible
Root Mean Square Error (RMSE) is a standard way to measure the error of a model in predicting quantitative data. Formally, it is defined as follows:
RMSE =
The RMSE is calculated using two 1D arrays. The first array y contains the true result (reference) for each sample and the second array contains the model
prediction p for the same sample. The error is calculated by subtracting each element in p from its analogous element in y and square the answer as described
in the equation above.
When the program starts, the user is asked to enter the name of the file that contains the data. The file name is guaranteed not to exceed 20
characters. Then you should open the supplied file to read the data and calculate the RMSE. The data in the file is organized as follows:
• The first line contains the size of the 1D array (i.e. denoted as N in the equation)
• The second line contains the elements of y array followed by the content of the p array.
If N is less than or equals zero or not an integer value, then the program should print Invalid Size
Also, the number of elements in the file should be 2*N(N for each array). Hence, if the number of elements in the file is less than 2*N, then the program
should print Few elements. Also if the number of elements in the file is more than 2*N then the program should print Many elements.
Transcribed Image Text:Root Mean Square Error (RMSE) is a standard way to measure the error of a model in predicting quantitative data. Formally, it is defined as follows: RMSE = The RMSE is calculated using two 1D arrays. The first array y contains the true result (reference) for each sample and the second array contains the model prediction p for the same sample. The error is calculated by subtracting each element in p from its analogous element in y and square the answer as described in the equation above. When the program starts, the user is asked to enter the name of the file that contains the data. The file name is guaranteed not to exceed 20 characters. Then you should open the supplied file to read the data and calculate the RMSE. The data in the file is organized as follows: • The first line contains the size of the 1D array (i.e. denoted as N in the equation) • The second line contains the elements of y array followed by the content of the p array. If N is less than or equals zero or not an integer value, then the program should print Invalid Size Also, the number of elements in the file should be 2*N(N for each array). Hence, if the number of elements in the file is less than 2*N, then the program should print Few elements. Also if the number of elements in the file is more than 2*N then the program should print Many elements.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY