You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For both AutoTabPFNClassifier and AutoTabPFNRegressor in sklearn_interface.py,
docs say device : {"cpu", "cuda"}, default="cuda" but the default is device: Literal["cpu", "cuda"] = "cpu"
The text was updated successfully, but these errors were encountered:
For both
AutoTabPFNClassifier
andAutoTabPFNRegressor
insklearn_interface.py
,docs say
device : {"cpu", "cuda"}, default="cuda"
but the default isdevice: Literal["cpu", "cuda"] = "cpu"
The text was updated successfully, but these errors were encountered: