The Euclidean distance between the two data points X(−5,5) and Y(10,10) is _ (Rounded off to three decimal places) a. 25.63 b. 32.78 c. 15.81 d. 23.32
SIKSHAPATH Latest Questions
Q1. The total number of missing values in the dataframe are: a. 8 b. 3 c. 0 d. 50 Q2. The total number of duplicated rows in the dataframe are:a. 8b. 0c. 2d. 5 Q3. What is the shape of the data ...
Q1. The total number of missing values in the dataframe are: a. 8 b. 10 c. 0 d. 50 Q2. The total number of duplicated values in the dataframe are: a. 0b. 50c. 15d. 21 Q3. What is the shape of the data after dropping the feature “Unnamed: ...
Which parameter determines the goodness of fit of a Logistic Regression model? a. Sensitivity b. Adjusted R-squared c. RMSE d. Accuracy
Which of the following algorithms is/are suitable for the below problem statement? Problem Statement: To classify the severity of the infection on covid-19 patients as critical/ not critical based on their comorbidity, habits, and some other demographics data. a. Linear Regression b. Logistics ...
Examine the built-in dataset co2. Which of the following is true: * co2 is tidy data: it has one year for each row co2 is not tidy: we need at least one column with a character vector. co2 is not tidy: it is a ...