Write a program to segment a long string into a group of valid words using Dictionary. The result should return false if the string cannot be segmented. Also explain about the complexity of the devised solution.
431A stranger uses a search engine to find something and you do not know anything about the person. How will you design an algorithm to determine what the stranger is looking for just after he/she types few characters in the search box?
417There are 8 identical balls and only one of the ball is slightly heavier than the others. You are given a balance scale to find the heavier ball. What is the least number of times you have to use the balance scale to find the heavier ball?
327What is the probability of pulling a different shape or a different colour card from a deck of 52 cards?
310Post New Data Science Questions
Explain OLS in brief?
Give some situations where you will use an SVM over a RandomForest Machine Learning algorithm and vice-versa?
How can you assess a good logistic model?
State some use cases where Hadoop MapReduce works well and where it does not.
What is the difference between an analyst and a data scientist?
What is the probability of getting a HTT combination before getting a TTH combination?
How many big Macs does McDonald sell every year in US?
What is meant by binomial distribution?
You are about to get on a plane to Seattle, you want to know whether you have to bring an umbrella or not. You call three of your random friends and as each one of them if it's raining. The probability that your friend is telling the truth is 2/3 and the probability that they are playing a prank on you by lying is 1/3. If all 3 of them tell that it is raining, then what is the probability that it is actually raining in Seattle.
Explain each data visualization in detail?
What are the various types of selection bias?
On rolling a dice if you get $1 per dot on the upturned face,what are your expected earnings from rolling a dice?
Explain how to merge the files into a single dataframe?
Discuss linear regression?
What is pylab?