dmlc / xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
https://xgboost.readthedocs.io/en/stable/
Apache License 2.0
26.33k stars 8.73k forks source link

PySpark params might be outdated. #10986

Open trivialfis opened 2 weeks ago

trivialfis commented 2 weeks ago

The callbacks is not a fit param.

wbo4958 commented 1 week ago

I will check it.

wbo4958 commented 1 week ago

what do you mean The callbacks is not a fit param.?

trivialfis commented 1 week ago

It inspects the fit method of the underlying sklearn model to obtain a list of parameters.