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 ...
SIKSHAPATH Latest Questions
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: ...
Consider an undirected graph G (V, E) with non-negative edge weights. G is defined over set of vertices V and edge set E, where e(u, v, k) ε E denotes a weighted edge between vertices and v(u, v ε V) ...
Which of the following streams contains the classes which can work on character stream? a. InputStream b. OutputStream c. FileReader d. FileWriter
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 ...