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?
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?