September 18, 2023

Today’s lecture was about some equations and few regression concepts.

  1. Correlation between predictor and variables

2. Interaction Term

3. Generalized Linear Mode

4. Overfitting = In this, data fits in the model so well but it does not predicts anything.

5. Method to check overfitting = Cross-validation.

Work on project…

  1. Extract the data from the given pdf.
  2. Checked first few figures for reference by using (.head).
  3. Checked the shape of the dataset (df.shape).
  4. Get description of the dataset where I got to know Count, Mean, Max, Min, Std, and percentage wise distribution (df.describe()).
  5. Checked data types (df.types).
  6. Checked if there is any null value (df.isnull.sum()).

Leave a Reply

Your email address will not be published. Required fields are marked *