Closed Jeong-jin-Han closed 1 year ago
This is an auto-generated grading output. Your code failed to run. Please check again.
You should not contain print statement or single quote(') to get score for auto-grading.
This is an auto-generated grading output. Your code failed to run. Please check again.
This is an auto-generated grading output. Your code failed to run. Please check again.
This is an auto-generated grading output. Your code failed to run. Please check again.
This is an auto-generated grading output. Your code failed to run. Please check again.
This is an auto-generated grading output. Your code failed to run. Please check again.
This is an auto-generated grading output. Checking code of Jeong-jin-Han {'Jeong-jin-Han': nan}
This is an auto-generated grading output. Checking code of Jeong-jin-Han {'Jeong-jin-Han': nan}
This is an auto-generated grading output. Checking code of Jeong-jin-Han {'Jeong-jin-Han': nan}
This is an auto-generated grading output. Checking code of Jeong-jin-Han {'Jeong-jin-Han': 9.5}
This is an auto-generated grading output. Checking code of Jeong-jin-Han {'Jeong-jin-Han': 9.5}
This is an auto-generated grading output. Checking code of Jeong-jin-Han {'Jeong-jin-Han': nan}
This is an auto-generated grading output. Checking code of Jeong-jin-Han {'Jeong-jin-Han': nan}
This issue is closed now because of the lack of progress.
Problem
Week 2_Problem 1
Source Code
Description
Problem 1
Arbitary x_train, y_train are given.
Suppose that x and y have linear correlation, y=wx+b.
In function training(), you should return [w, b].
In function predict(), you should return
list y_test corresponding to x_test.
Made by @jangyoujin0917
Output (Optional)
No response