1

For Robust Linear regression in R using package Huber-M estimator, we use the below code:

rlm(x,y, weight,init='ls' psi=psi.huber, scaler.est=c('MAD'), method=c('M), maxit=50)

Is there any similar package in Python?

Ussu20
  • 129
  • 1
  • 12
  • 1
    Do you mean Huber Regressor in scikit? An example to calculate it can be found her, later in the post: https://machinelearningmastery.com/robust-regression-for-machine-learning-in-python/ – Patrick Bormann Mar 08 '21 at 09:18

0 Answers0