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

LSS Structure #310

Open
schalkdaniel opened this issue Nov 27, 2019 · 0 comments
Open

LSS Structure #310

schalkdaniel opened this issue Nov 27, 2019 · 0 comments

Comments

@schalkdaniel
Copy link
Owner

schalkdaniel commented Nov 27, 2019

To boost LSS models the following things needs to be done:

  • the base-learner track should be able to get initialized with a multidimensional response, then a hash map is created with vectors for each response
  • The optimizer needs to loop over the map (controlled from compboost.cpp)
  • The loop (in compboost.cpp) should update the response directly, then the next "response model" could use the updated response (corresponds to cyclic updates)
  • Think about how estimated parameter are returned, how selected base-learners are returned (maybe as matrix) and so on
  • Think about how stopping criteria comes in here
  • We need special loses for that structure, the loss should control how the response looks like (maybe)
  • Each response should get an optimizer (just to provide modularity)
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