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
What is a/b testing in data science?
Can you explain the difference between a Test Set and a Validation Set?
Write the code to reverse a Linked list.
What is the probability of getting a HTT combination before getting a TTH combination?
I have a string “contact@dezyre.com”. Which string function can be used to split the string into two different strings “contact@dezyre” and “com” ?
Implement a sorting algorithm for a numerical dataset in Python.
How can the outlier values be treated?
Python or R is better for data science?
What are the types of business decisions?
Explain data wrangling?
Give a large dataset, find the median.
What is an Eigenvalue and Eigenvector?
Explain box cox transformation?
Can you explain data cleansing?
Explain the difference between a test set and a validation set?