RecTools
RecTools copied to clipboard
Add random seed tests to all applicable models
Feature Description
Check which models have random seed fixation and write tests for all of them:
- models with fixed seed produce same results
- models with different fixed seeds produce different results
Why this feature?
Avoid problems with seed fixation
Additional context
No response