From 2a53e64d530408a9418a361b13661a9d65f71b69 Mon Sep 17 00:00:00 2001 From: Andreas Eriksen Date: Thu, 21 Nov 2024 09:25:12 +0100 Subject: [PATCH] lightgbm typo --- commerce-product-ranking/notebooks/Train-lightgbm.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commerce-product-ranking/notebooks/Train-lightgbm.ipynb b/commerce-product-ranking/notebooks/Train-lightgbm.ipynb index a0e05b5d1..95d618dcf 100644 --- a/commerce-product-ranking/notebooks/Train-lightgbm.ipynb +++ b/commerce-product-ranking/notebooks/Train-lightgbm.ipynb @@ -5,9 +5,9 @@ "id": "28cb53b1", "metadata": {}, "source": [ - "# Learning to Rank using LigthGBM\n", + "# Learning to Rank using LightGBM\n", "\n", - "This notebook demonstrates how to train a ranking model using [LigthGBM](https://lightgbm.readthedocs.io/). \n", + "This notebook demonstrates how to train a ranking model using [LightGBM](https://lightgbm.readthedocs.io/). \n", "\n", "This notebook is part of the [commerce product ranking sample app](https://github.com/vespa-engine/sample-apps/tree/master/commerce-product-ranking). \n", "\n",