Machine Learning Question Paper Set 1
Machine Learning Question Paper Set 1
17. Which method is used to find particular column has null values in dataset?
A) isnull ()
B) isnull().sum()
C) heatmap
D) All the above.
Q1.
1. Given a dataset in a CSV file (data.csv) containing missing values and categorical variables:
b. Handle missing values using appropriate techniques (such as mean, median, or interpolation).
(Or)
a. Explain how to import the dataset from Kaggle to the colab notebook.
b. Explain the Data cleaning (ex: handling the missing values, encoding, standardisation)
d. Train and test the model using appropriate algorithm and make predictions.
Q2.
e. Explain how to import the dataset from Kaggle to the colab notebook.
f. Explain the Data cleaning (ex: handling the missing values, encoding, standardisation)
h. Train and test the model using appropriate algorithm and make predictions.
Q3.
1. explain any 10 visualisations on the titanic dataset. (Ex: bar plot, histplot etc).
(or)
2. Explain Numpy method and Panda’s method (including series and DataFrame).