-
Notifications
You must be signed in to change notification settings - Fork 537
Add usage tips for TabPFN in README #582
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
base: main
Are you sure you want to change the base?
Conversation
Added important tips for using TabPFN effectively, including batch prediction mode, data preprocessing advice, GPU usage, and dataset size limitations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request adds a helpful 'Important Tips' section to the README file. My review focuses on improving the formatting of these tips for better readability and correcting a minor typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new "Usage Tips" section to the README that provides important guidance for TabPFN users on batch prediction mode, data preprocessing, GPU requirements, and dataset size limitations.
- Added "Usage Tips" section with performance and usage recommendations
- Included guidance on batch prediction mode, data preprocessing, GPU requirements, and dataset size limits
- Positioned the new section between the regression example and the "Best Results" section
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Added a recommendation to split large test sets into chunks of 1000 samples for better performance.
|
/gemini review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request adds a helpful 'Usage Tips' section to the README.md. My feedback focuses on improving the formatting and readability of these tips by converting the paragraph into a bulleted list, which also corrects a minor typo. This change will make the tips easier for users to scan and understand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Added important tips for using TabPFN effectively, including batch prediction mode, data preprocessing advice, GPU usage, and dataset size limitations.
Issue
Please link the corresponding GitHub issue. If an issue does not already exist,
please open one to describe the bug or feature request before creating a pull request.
This allows us to discuss the proposal and helps avoid unnecessary work.
Motivation and Context
Public API Changes
How Has This Been Tested?
Checklist
CHANGELOG.md(if relevant for users).