What is Exploratory Data Analysis (EDA) | 100 Days of Python: Day 42

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 2

  • @info-cv8tg
    @info-cv8tg Месяц назад

    Hi, when do we know if we have to normalize or scale our features before machine learning?

    • @codewithme1518
      @codewithme1518  Месяц назад +1

      Hi,
      You should normalize or scale your features when they have different ranges or units, particularly for algorithms that are sensitive to feature magnitudes, such as k-nearest neighbors, support vector machines, and gradient descent-based methods.
      I will upload a video on this topic, please turn your notifications on.
      Thanks