From af3b53b249066110a04f97739d0a753d70771fba Mon Sep 17 00:00:00 2001 From: "Anup Kumar, PhD" Date: Wed, 26 Feb 2025 12:12:25 +0100 Subject: [PATCH] Update unsupervised.md --- docs/tutorials/unsupervised.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/unsupervised.md b/docs/tutorials/unsupervised.md index 270646e..26baab4 100644 --- a/docs/tutorials/unsupervised.md +++ b/docs/tutorials/unsupervised.md @@ -25,7 +25,7 @@ X_train, X_test, y_train, y_test = train_test_split( # Initialize TabPFN models clf = TabPFNClassifier(n_estimators=3) -reg = TabPFNClassifier(n_estimators=3) +reg = TabPFNRegressor(n_estimators=3) # Initialize unsupervised model model_unsupervised = unsupervised.TabPFNUnsupervisedModel(