Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a configuration variable for negative label count for the first model #574

Closed
martinscooper opened this issue Jul 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@martinscooper
Copy link
Member

Is your feature request related to a problem?

Currently, the system administrator can tweak two system variables to change the amount and type of labels the user has to provide to trigger the training of the models. Those are changed_element_threshold and first_model_positive_threshold.

What is the expected behavior?

Some models need a minimum number of negative labels to perform well, but there is no way to enforce the user to provide them. Add a new configuration variable called first_model_negative_threshold. This new variable will be used to calculate the first model training label requirements.

Additional context (if any):

Both the conditions of the train_if_recommended() function and the get_progress() function.

@martinscooper martinscooper added the enhancement New feature or request label Jul 20, 2023
@martinscooper
Copy link
Member Author

Resolved by #573.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant