acalejos / exgboost

Elixir bindings to the XGBoost C API (https://xgboost.readthedocs.io/en/stable/c.html) using Native Implemented Functions (NIFs)
Apache License 2.0
160 stars 7 forks source link

Update Training Docs Code Example #24

Closed acalejos closed 10 months ago

acalejos commented 1 year ago

The Training code snippet at https://hexdocs.pm/exgboost/EXGBoost.html#module-training Is using the old API and needs to be updated. Specifically the params keyword is no longer used.

Referenced in the code used in #23