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

Implement weights "pruning" logic #116

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

Implement weights "pruning" logic #116

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

By this point, we should have an extension point for custom pruning logic.

We need another class that implements weights based on pruning logic.

E.g. with:

# crystalball.yml
weights:
 - ["/app/models/*", 10]
 - ["/app/controllers/*", 5]
 - ["/app/mailers/*", 1]

Crystalball should fill examples limit to closest possible ratio as in weights.

@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