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

Training continuation #8

Open
leffff opened this issue Aug 14, 2021 · 0 comments
Open

Training continuation #8

leffff opened this issue Aug 14, 2021 · 0 comments

Comments

@leffff
Copy link
Owner

leffff commented Aug 14, 2021

Add the ability to train pre-fit ensemble on new data

  1. Receive the init_model of StackBoostRegressor or StackBoostClassifier type
  2. Multiply the first ensemble prediction of init_model by number of samples in the initial dataset
  3. Calculate the mean between the number in step 2 and the new target array
  4. Walk down every thee in the current ensemble and continuously update tree leaves

  1. Add more trees if needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant