Autotune xgboost: reg:linear vs reg:squarederror

TVM appears to use “reg:linear” or ‘rank:pairwise’ for it’s loss function when doing autotune:

But XGBoost itself seems to have deprecated reg:linear:

Should the first line be changed to ‘reg:squarederror’?

Agree, seen the same thing.