Machine Learning Bangalore City University 2024
Machine Learning Bangalore City University 2024
Here are the answers categorized by the marks allocated for each question:
2. What is Dataset.
- Answer: A dataset is a collection of data, typically organized in a structured format such
as a table, where each row represents an observation and each column represents a variable.
14. Explain how to prepare the data for Machine Learning Algorithms.
- Answer:
- Data Cleaning: Remove or fix missing and noisy data.
- Data Transformation: Scale or normalize features, encode categorical variables.
- Feature Selection/Engineering: Select relevant features or create new ones.
- Splitting the Data: Divide data into training and testing sets.
17. Explain:
a) Scikit-learn and pandas.
- Answer:
- Scikit-learn: A machine learning library in Python providing simple and efficient
tools for data mining and data analysis.
- Pandas: A data manipulation and analysis library in Python, providing data structures
like DataFrame for handling tabular data.
If you need further details or explanations on any of these answers, feel free to ask!