Question
Suppose we want to remove all duplicate words (words are separated with single whitespace) in a line, which is accepted by the user. The following code is written to do that. Choose the correct observation based on the code. s = ...
0
55 years 0 Answers 349 views Great Grand Master

Question
Which of the given is not a phase in Mapreduce process? splitting mapping shuffling Compiling A 1 and 2 only B 3 only C 4 only D Both 1 and 3
0
55 years 0 Answers 268 views Great Grand Master

Question
What does the following code print? Suppose we want to remove all duplicate words (words are separated with single whitespace) in a line, which is accepted by the user. The following code is written to do that. Choose the correct observation ...
0
55 years 0 Answers 287 views Great Grand Master

Question
In Python 3, which of the following statements about dictionaries are correct:   They are an unordered collection of elements. The elements are stored as key-value pairs. They are indexed by keys. The values can be of any type but the keys are immutable. A 1, 2, ...
0
55 years 0 Answers 288 views Great Grand Master

Question
How do you select which columns/features you want that best describes target variable out of a N features?
0
55 years 0 Answers 282 views Great Grand Master