ML-2024 MSC
ML-2024 MSC
Compulsory Question
Unit I
(v) statistics. 5. (a) How can you clean, index and combine data sets
using Pandas ? 7.5
3. (a) How user-defined exceptions are created in Python ?
(b) How can you implement SVM for data analysis
Explain by writing a program in Python which
using Scikit learn ? Explain in brief. 7.5
handles an exception if age entered greater than 60
or less than 21. 7.5
Unit III
(b) Write a program that uses a dictionary that contains
ten user names and passwords. The program should 6. (a) Discuss the various issues in machine learning in
ask the user to enter their user name and password. detail. 7.5
If the user name is not in the dictionary, the program (b) Write and explain Candidate-Elimination
should indicate that the person is not a valid user algorithm. 7.5
of the system. If the user name is in the dictionary,
7. (a) Describe the various issues in decision tree learning
but the user does not enter the right password, the
using appropriate examples. 7.5
program should say that the password is invalid. If
(b) How can you implement SVM for data analysis
the password is correct, then the program should
using Scikit learn ? Explain in brief. 7.5
tell the user that they are now logged in to the
system. 7.5 Unit IV