- Notifications
You must be signed in to change notification settings - Fork328
Closed
Description
Is there a way to pass anobjective
parameter or aneval_metric
to xgboost ? Or any other algo ?
There seems to be adefinitive list of supported hyperparameters defined on PostgresML side but it doesn't seem to support any of them.
I would like toeval_metric = 'mae'
for price prediction andobjective = 'reg:logistic'
for duplicates detection as documented here:https://xgboost.readthedocs.io/en/stable/parameter.html
The equivalent python code
model=XGBRegressor(objective="reg:linear",eval_metric="mae")
Metadata
Metadata
Assignees
Labels
No labels