From dd6a71e5c486329b0c12be73460c45338e5bc9f1 Mon Sep 17 00:00:00 2001 From: Nabeel Seedat Date: Mon, 23 Oct 2023 12:04:37 +0100 Subject: [PATCH] minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8501c7..3d2ba63 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ pip install -r requirements.txt ## TRIAGE on your own data with 2-lines of code added to your training loops! -To get started with TRIAGE on your own data, we provide tutorial notebooks to illustrate the usage of TRIAGE. Examples are provided both Pytorch style and SKLearn style (XGBoost, Catboost, LightGBM) models. +To get started with TRIAGE on your own data, we provide tutorial notebooks to illustrate the usage of TRIAGE. Examples are provided for both Pytorch and SKLearn (XGBoost, Catboost, LightGBM) models/regressors. These notebooks can be found in the ``/tutorials`` folder. We use an open-source dataset from OpenML as an example dataset in the tutorials for ease of accessbility.