I think the proper way would be to tell us what he has googled so far e.g: site_x, site_y, site_z which is better? Any further recommendations? This is somebody who is really ...
Correct me if I am wrong but isn't this problem more of a classification problem that a regression one? Ratings cannot be infinite (or atleast doesn't make sense being so) mos...
Does your dataset consist only of 21,000 records? If there is cases of varying frequency of the unique ids with more records you can try combine it with other categorical feat...
Why would you not want to use a numpy method in numpy arrays?
R or Python? In python I have read good reviews on pyramid-arima and how it helps with seasonality and trends
Quick question who has dealt with a multi label classification problem. In that one record can have one or more tags and you are to assess if it belongs to any of the multiple...
What would constitute a pass or a fail? Otherwise a simple df.sort_values(by='Total', ascending=False) should do it
What data are you using? If it is text you can try putting them into categories for those that fit this description
This looks like homework man what have you done so far? Or where are you facing challenges?
Do you have practical coding knowledge? If you do it shouldn't be hard. Could help you work on it
Speaking of which how can one return it if they accidentally close it?
What exactly are you trying to achieve?
Looks like a permission rights issue. Did you login in with su then installed python?
If I answered like I am right now how would you evaluate it's not a bot response?
Why don't you use COUNT(1) instead of COUNT(*) to make it abit faster?
Do you have any learning resources? Or what have you done so far?
Which version? Mine broke down after latest update
What do you mean by results are not good?
Have you looked into using scrapinghub?
Steps to normalise the data?