Hi @zizoo,
the XGBoost nodes in KNIME allow to use weights in the binary classification setup. See discussion about a caveat here: xgboost: Scale positive weight. This will not directly apply to your original regression problem, but once you re-formulate in a binary classification context.
Alternatively, you can use
that allows to use a column of weights. Other H2O models might have this option as well- you would need to have a look but you can start with Random Forest or GBM.
Best regards,
Mischa