Polynomials problem. Help please- Urgent

Hi guys, this problem has been assigned to a student of mine who I give private lessons to. But I can’t solve it. Could anyone help me with the code. I don’t understand much about Julia.
i have this dataset: hw_data.csv with this values inside: 148 61
151 58
150 64
168 65
160 55
162 57
188 100
193 91
141 46
184 85
192 112
176 77
183 83
172 64
178 100
181 92
181 86
175 88
194 88

Assignment

You should use the function from above - the Φ feature generator - to approximate the points.

Below you solve for different polynomial orders and plot the result.

Use sub-plots within the Plots ecosystem, and prepare a plot with subplots:

col1 col2 col3
(2) (4) (6)
(8) (12) (18)

|Each subplot should contain|||

  • the points,
  • the order of polynomial and the error in the title string,
  • the plot aligned such that all points are well visible and the quality of the approximation is visible too.

how i can do ? I tried with chatgpt, but nothing. many errors

Please do not double-post
x-ref: Polynomial problem-help me please