autogluon / autogluon/autogluon
[tabular] Test each model with .clone_for_deployment()
Open
enhancement
module: tabular
priority: 0
- Dominant language
- Python
- Stars
- 10.7k
- Forks
- 1.2k
- Avg merge
- 21h 29m
- Merged PRs (30d)
- 57
Description
We need unit tests for each model to confirm that `.clone_for_deployment()` works and the model continues to function properly if moved to a new directory.
For example, TabPFNMix fails to work properly if cloned to a new location, as detailed in #4853. Adding a test would help spot this issue prior to a release.
Contributor guide
Assessment
This issue has not been assessed yet.