Skip to content

Commit

Permalink
Merge pull request #180 from PriorLabs/remove_sklearn_warnings
Browse files Browse the repository at this point in the history
Use sklearn-compat to be compatible with all sklearn versions
  • Loading branch information
LeoGrin authored Feb 11, 2025
2 parents 634efcd + d1081c5 commit 9f208b7
Show file tree
Hide file tree
Showing 4 changed files with 879 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/tabpfn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib.metadata import version

from tabpfn.classifier import TabPFNClassifier
from tabpfn.debug_versions import display_debug_info
from tabpfn.misc.debug_versions import display_debug_info
from tabpfn.regressor import TabPFNRegressor

try:
Expand Down
Loading

0 comments on commit 9f208b7

Please sign in to comment.