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

[ML] Stopping criterion on adding new trees to the forest #2241

Open
1 task
valeriy42 opened this issue Mar 23, 2022 · 0 comments
Open
1 task

[ML] Stopping criterion on adding new trees to the forest #2241

valeriy42 opened this issue Mar 23, 2022 · 0 comments

Comments

@valeriy42
Copy link
Contributor

When training a new forest, we usually observe a property of diminishing returns from adding new trees. We can use this property to develop a stopping criterion to accelerate forest training. The idea is to find a parametric model that describes the dependency of the error curve on the number of trees in the forest, fit this curve to the current error when training a forest and identify when the curve starts to "flatten." This point is used to stop adding new trees.

Subtasks

  • Instrument the benchmark suite to collect a dataset with error curves from training forests (label each curve with the dataset it was collected from)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant