Video není dostupné.
Omlouváme se.

Regression with Outlier

Sdílet
Vložit
  • čas přidán 18. 08. 2024
  • Bad data such as outliers, noise, or drift can affect regression results. It is preferable to remove the bad data, but it is challenging to remove all bad data. This exercise demonstrates how to use an l1-norm objective to minimize the effect of a few outliers in the data with Python Gekko.
    Source code: apmonitor.com/...

Komentáře • 4

  • @HuyNguyen-bw4sv
    @HuyNguyen-bw4sv Před rokem +1

    Thank you!

  • @dr.alikhudhair9414
    @dr.alikhudhair9414 Před rokem +1

    Wonderful

  • @smarkelov
    @smarkelov Před rokem +1

    There is also a set of robust liner estimators in the scikit-learn library for working with outline data points.

    • @apm
      @apm  Před rokem +1

      Thanks for that comment. Combining sklearn with lazypredict helps with the regression evaluation: apmonitor.com/dde/index.php/Main/BiomechanicRegression