From 0bc1990cfa1c6b29fcfff2d35edffd164dbb07cd Mon Sep 17 00:00:00 2001 From: Jim Crist-Harif Date: Mon, 16 Sep 2024 09:12:41 -0500 Subject: [PATCH] chore: fix broken readme link --- docs/index.qmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.qmd b/docs/index.qmd index 6da7806..02751fb 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -11,8 +11,9 @@ hide-description: true - Preprocess your data at scale on any [Ibis](https://ibis-project.org/)-supported backend. -- Compose [`Recipe`](/reference/core.html#ibis_ml.Recipe)s with other scikit-learn - estimators using +- Compose + [`Recipe`](https://ibis-project.github.io/ibis-ml/reference/core.html#ibis_ml.Recipe)s + with other scikit-learn estimators using [`Pipeline`](https://scikit-learn.org/stable/modules/compose.html#pipeline-chaining-estimators)s. - Seamlessly integrate with [scikit-learn](https://scikit-learn.org/stable/), [XGBoost](https://xgboost.readthedocs.io/en/stable/python/sklearn_estimator.html), and