Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Provide an extension point for prediction "pruning" logic #115

Open
pirj opened this issue Jul 11, 2019 · 0 comments
Open

Provide an extension point for prediction "pruning" logic #115

pirj opened this issue Jul 11, 2019 · 0 comments
Labels
feature request an issue that asks for a feature which is not supported yet help wanted

Comments

@pirj
Copy link
Contributor

pirj commented Jul 11, 2019

Currently, we have no weights logic at all.
We pick the first X examples to run in case prediction size is bigger than the specified limit.

Sometimes it leads to predictions with critical tests ignored. We need to extract prediction "pruning" logic to separate class so we alter behaviour with different strategies.

Future expected strategies:

  • First tests
  • Random tests
  • Tests with weights

Expected outcome

A class that encapsulates current logic ('first tests') that can be easily substituted with a different class with different logic.

@pirj pirj added feature request an issue that asks for a feature which is not supported yet help wanted labels Jul 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request an issue that asks for a feature which is not supported yet help wanted
Projects
None yet
Development

No branches or pull requests

1 participant