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

Weitere Möglichkeiten zur Parallelisierung #377

Open
2 of 3 tasks
michael-rapp opened this issue Jan 26, 2021 · 0 comments · Fixed by #401, #402 or #407
Open
2 of 3 tasks

Weitere Möglichkeiten zur Parallelisierung #377

michael-rapp opened this issue Jan 26, 2021 · 0 comments · Fixed by #401, #402 or #407
Assignees
Labels
boosting Affects the subproject "boosting" enhancement New feature or request performance Aims at improving runtime efficiency requires profiling Potentially improves runtime efficiency, but profiling is required seco Affects the subproject "seco"

Comments

@michael-rapp
Copy link
Collaborator

michael-rapp commented Jan 26, 2021

Aktuell erlaubt der Algorithmus durch Angabe des Parameters --num-threads die Suche nach Refinements einer Regel auf mehrere CPU-Cores zu verteilen. Darüber hinaus besteht jedoch Potential für weitere Parallelisierungen:

  • Parallelisierung der Vorhersage
  • Parallelisierung der Berechnung von Statistiken, bzw. von Gradienten und Hessians
  • Parallelisierung der Berechnung von Evaluationsmaßen durch Early-Stopping-Methoden (siehe Early Stopping #372)
@michael-rapp michael-rapp added enhancement New feature or request performance Aims at improving runtime efficiency boosting Affects the subproject "boosting" seco Affects the subproject "seco" requires profiling Potentially improves runtime efficiency, but profiling is required labels Jan 26, 2021
@michael-rapp michael-rapp changed the title Weitere Möglichkeiten zur Parallelisierung nutzen Weitere Möglichkeiten zur Parallelisierung Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
boosting Affects the subproject "boosting" enhancement New feature or request performance Aims at improving runtime efficiency requires profiling Potentially improves runtime efficiency, but profiling is required seco Affects the subproject "seco"
Projects
None yet
2 participants