MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Predict
A
Give an expected result.
B
information must be precise
C
decides whether certain statements need to be executed or not
D
recording information in machine learning
Explanation: 

Detailed explanation-1: -Prediction: The expected results of an experiment derived from a hypothesis or theory. It is a guess of the possible outcomes of a scenario.

Detailed explanation-2: -predict() : given a trained model, predict the label of a new set of data. This method accepts one argument, the new data X new (e.g. model. predict(X new) ), and returns the learned label for each object in the array.

Detailed explanation-3: -So a prediction is a statement about the future. It’s a guess, sometimes based on facts or evidence, but not always. A fortune teller makes a prediction using a crystal ball. A meteorologist uses maps and scientific data to tell us about the possibility of rain, snow or sunshine.

There is 1 question to complete.