Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix phe and hpo with TabPFN API #9

Merged
merged 5 commits into from
Jan 31, 2025
Merged

Fix phe and hpo with TabPFN API #9

merged 5 commits into from
Jan 31, 2025

Conversation

LeoGrin
Copy link
Collaborator

@LeoGrin LeoGrin commented Jan 14, 2025

The PHE and HPO break in a bunch of way with the client. This PR (jointly with a server PR and a client PR fix these issues. This tabpfn-extensions PR:

  • import PreprocessorConfig from the right place
  • fix the wrapper to make it work (you need to pass all the params in the constructor) and to support categorical_features_indices (the client doesn't use it for now so we just output a warning)

@LeoGrin LeoGrin changed the title Fix phe with client Fix phe and hpo with TabPFN API Jan 14, 2025
@LeoGrin LeoGrin requested a review from noahho January 14, 2025 18:34
@noahho
Copy link
Contributor

noahho commented Jan 14, 2025

I like the change as this moves some more of the shared funcs into the common package! Would you move things from the main TabPFN package into the shared utils too?

@noahho
Copy link
Contributor

noahho commented Jan 22, 2025

This still works with the non-client, i.e. with the local package? If yes LGTM

@LeoGrin
Copy link
Collaborator Author

LeoGrin commented Jan 22, 2025

Waiting for the new tabpfn package release to merge.

@LeoGrin LeoGrin merged commit 44ba312 into main Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants