You are given two tables- friend_request and request_accepted. Friend_request contains requester_id, time and sent_to_id and request_accepted table contains time, acceptor_id and requestor_id. How will you determine the overall acceptance rate of requests?
348Post New Data Science Questions
How much ram do I need for data science?
What is machine learning and how can it be used for time series analysis?
What is the importance of selection bias?
What are decorators in Python?
Can you explain systematic sampling?
What is the difference between iterator and generator in Python?
How is bagging different from boosting?
How do you treat outlier data?
Explain data munging?
How do you build a custom function in python or r?
In k-means or knn, we use euclidean distance to calculate the distance between nearest neighbors. Why not manhattan distance?
Why do we need generators in Python?
What is selection bias and why does it matter?
How are confidence intervals constructed and how will you interpret them?
Explain collaborative filtering