Modified Linear Regression

Mr X is a real state business magnate. He hired you to write program for predicting housing prices. …

Click here to read the complete problem statement.


If you need help solving this problem, mention your approach and ask specific questions. Please avoid sharing your code and asking the Community to figure out “what’s wrong”.

The fastest solutions runtime seems to be too fast here :sweat: I want public attention :mask: sorry mod attention :smiley: @hjr265

@hjr265, it is a serious post. The fastest runtime here is 439121.6s. Which is probably an error.

@touhidur This is actually a known issue.

Here is the root cause of it: Updating from older version that have written time.Duration causes bad data - maybe add a note? · Issue #212 · globalsign/mgo · GitHub

We had to manually fix all of the duration values in our database. I guess, this is one of those that we have missed. Thanks for pointing it out.