Jonas Skjold Raaschou-Pedersen
Jonas Skjold Raaschou-Pedersen
hi @aabk-bkaa, assuming that you did not plot the data and label the curves incorrectly, there could be other reasons for the RMSE being lower on the validation data than...
hi @Johan-Christensen , you should define a new Lasso model with the given `lambda` value in each iteration. From your code it does not look like you utilize the lambdas...
@LineBoholm : https://github.com/abjer/isds2020/blob/master/teaching_material/session_14/Introduction_to_Social_Data_Science_Text_as_Data_solution.ipynb
Hi @Hajer27, don't panick, you can always turn off your computer and take a break :) With that said, what does your code look like? The exercise asks you to...
hi @jwibmetrics , if we are interested in the html of the given page we use `response.text`. This is what we want if we are interested in getting data that...
hi @201606357 , can you send me an e-mail with a screenshot such that we can see what your KU ID is and figure it out?
You are doing everything correctly :) NOAA have for some reason reindexed their dataset which makes the assert statements raise an AssertionError. It should be fixed now. Download the new...
@larssv24 i am afraid so. The exercises haven't changed. Only some lines of assert statements. So you can just copy and paste your solutions from the old into the latest...
hi @th92 , it should round up to 1017 :) It should say "rename the axis labels to sepal length and petal length", sorry for that.
hi @Jrogvi , can you paste your code here in the comments :)?