From ff98f159a4dd82546d49ed8e5dd02d2891ef41ba Mon Sep 17 00:00:00 2001 From: LeoGrin Date: Tue, 7 Jan 2025 01:01:37 +0100 Subject: [PATCH] formatting --- tabpfn_client/estimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabpfn_client/estimator.py b/tabpfn_client/estimator.py index d749039..1d83aac 100644 --- a/tabpfn_client/estimator.py +++ b/tabpfn_client/estimator.py @@ -488,4 +488,4 @@ def _check_paper_version(paper_version, X): raise ValueError( """X must be numerical to use the paper version of the model. Preprocess your data or use `paper_version=False`.""" - ) \ No newline at end of file + )