Normal Distribution is applied for ______ a. Continuous Random Distribution b. Discrete Random Variable c. Irregular Random Variable d. Uncertain Random Variable
SIKSHAPATH Latest Questions
Which of the following are the Data Sources in Data science? a. Structured b. UnStructured c. Both a and b d. None of the above
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
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 ...
Creates a dataframe with three columns named: name of student, age and marks. Then display the output in df variable. Now, write the code to change the name of second column from age to AGE. Then display final result in ...