0% found this document useful (0 votes)
7 views2 pages

Machine Learning

The document contains a list of questions related to machine learning concepts, techniques, and tools, including ROC curves, decision trees, and model evaluation metrics. It also addresses the differences between supervised and unsupervised learning, data handling methods, and libraries used in Python for data analysis. Additionally, it discusses practical applications of machine learning skills and strategies for improving model performance.

Uploaded by

sai charan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Machine Learning

The document contains a list of questions related to machine learning concepts, techniques, and tools, including ROC curves, decision trees, and model evaluation metrics. It also addresses the differences between supervised and unsupervised learning, data handling methods, and libraries used in Python for data analysis. Additionally, it discusses practical applications of machine learning skills and strategies for improving model performance.

Uploaded by

sai charan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Machine Learning

1. Explain the significance of ROC curve?


2. How is a decision tree pruned?

3. Differentiate between supervised and unsupervised types of machine


learning
4. How are NumPy and SciPy related?
5. What is the main difference between a Pandas series and a single-
column DataFrame in Python?
6. Name a few libraries in Python used for Data Analysis and Scientific
Computations.

7. What are some of the criteria for splitting nodes in a decision tree?

8. Which library would you prefer for plotting in Python language? Why?

9. Explain the uses of the libraries such as Seaborn or Matplotlib in


Python?
10. How is KNN different from k-means clustering?
11. Which is more important to you– model accuracy, or model
performance?
12. What’s the F1 score? How would you use it?
13. Explain Precision and recall
14. How do you deal with imbalanced dataset? Mention any three
methods
15. Name any ensemble technique that you are aware of. Illustrate
through an example.
16. How would you avoid overfitting?
17. Mention a few metrics to evaluate your machine learning model
18. How do you handle missing data in a dataset?
19. Write the R codes for finding missing values
20. Write the Python codes for identifying and dropping the missing
values
21. How can we use your machine learning skills to generate
revenue?
22. You are given a data set consisting of variables having more than
30% missing values? Let’s say, out of 50 variables, 8 variables have
missing values higher than 30%. How will you deal with them?
23. How would you predict who will renew their subscription next
month? What data would you need to solve this? What analysis would
you do? Would you build predictive models? If so, which algorithms?
24. You are working on a time series data set. Your manager has
asked you to build a high accuracy model. You start with the decision
tree algorithm since you know it works fairly well on all kinds of data.
Later, you tried a time series regression model and got higher
accuracy than the decision tree model. Can this happen? Why?
25. Suppose you found that your model is suffering from low bias
and high variance. Which algorithm you think could tackle this
situation and Why?

Refer:

1. https://www.springboard.com/blog/machine-learning-interview-
questions/
2. https://www.edureka.co/blog/interview-questions/machine-learning-
interview-questions/#Machine%20Learning%20using%20Python
%20Interview%20Question

You might also like