Question
How will you find the third through sixth elements from the tuple below (using a single line of code) ? my_tuple=(10, 20, 30, 40, 50, 60, 80, 100)
in progress 0
4 years 3 Answers 722 views Master

Question
Suppose a employee timesheet table is given, which has attributes emp_id, emp_status (IN/OUT only), swipe_time(which records date and time both when the card is swiped). Write a SQL query to find total number of employees who are inside the office ...
in progress 0
Anonymous 4 years 1 Answer 1130 views

Question
Two people A and B, train an algorithm on a same set of data. A trains by selecting 10 most important features from the dataset using an Algorithm C and randomly splits the dataset into training and testing dataset. B ...
in progress 0
4 years 1 Answer 712 views Member

Question
Why decision trees and their ensembles have such amazing predictive power(And why is it prone to overfit to the dataset)?
in progress 0
4 years 1 Answer 696 views Member