Skip to content

Document no full feature-parity api vs local tabpfn #213

@jamesHargreaves12

Description

@jamesHargreaves12
from tabpfn import TabPFNRegressor
import inspect
sig = inspect.signature(TabPFNRegressor)
print(sig)

prints significantly more paramaters than:

from tabpfn_client import TabPFNRegressor
import inspect
sig = inspect.signature(TabPFNRegressor)
print(sig)

In particular I care about categorical inputs so the categorical_features_indices param.

Should there be an expectation of feature parity?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions