From 9efca46f3d7c16a9eea1f9886c5ae2e7153afc2a Mon Sep 17 00:00:00 2001 From: Andres Alejos Date: Fri, 7 Jun 2024 23:43:22 -0400 Subject: [PATCH] update EXGBoost version in notebook --- notebooks/cv_gradient_boosting_tree.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/cv_gradient_boosting_tree.livemd b/notebooks/cv_gradient_boosting_tree.livemd index 26e413eb..bf475bea 100644 --- a/notebooks/cv_gradient_boosting_tree.livemd +++ b/notebooks/cv_gradient_boosting_tree.livemd @@ -3,7 +3,7 @@ ```elixir Mix.install([ {:scholar, "~> 0.2.0"}, - {:exgboost, "~> 0.3"}, + {:exgboost, "~> 0.5"}, {:req, "~> 0.3.9"}, {:kino_vega_lite, "~> 0.1.9"}, {:kino, "~> 0.10.0"},