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.
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.
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.
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).