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

Unterstützung von Instance-Sampling durch approximativen Algorithmus #340

Closed
michael-rapp opened this issue Dec 11, 2020 · 1 comment · Fixed by #352 or #357
Closed

Unterstützung von Instance-Sampling durch approximativen Algorithmus #340

michael-rapp opened this issue Dec 11, 2020 · 1 comment · Fixed by #352 or #357
Assignees
Labels
approximate conditions Affects the approximate condition finding algorithm boosting Affects the subproject "boosting" enhancement New feature or request seco Affects the subproject "seco"

Comments

@michael-rapp
Copy link
Collaborator

michael-rapp commented Dec 11, 2020

Um die approximativen Verfahren zur Evaluation von Bedingung (siehe #226) gemeinsam mit einer Methode zum Instance-Sub-Sampling, wie z.B. Bagging, verwenden zu können, sind folgende Änderungen notwendig:

  • Die Klasse ApproximateThresholds::ThresholdsSubset muss die Gewichte der einzelnen Trainingsbeispiele speichern.
  • Die Summe der Gewichte aller Beispiele in einem Bin müssen im Cache gespeichert und nach hinzufügen einer Bedingung angepasst werden.
  • Die Gewichte einzelner Trainingsbeispiele müssen bei der Erstellung von Histogrammen berücksichtigt werden.
  • Die Klasse ApproximateRuleRefinement muss die gespeicherten Gewichte verwenden um zu überprüfen ob ein Bin leer ist.
  • Die Funktion recalculatePrediction der Klasse ApproximateThresholds::ThresholdsSubset muss implementiert werden.
@michael-rapp michael-rapp added enhancement New feature or request boosting Affects the subproject "boosting" seco Affects the subproject "seco" approximate conditions Affects the approximate condition finding algorithm labels Dec 11, 2020
@michael-rapp
Copy link
Collaborator Author

Pull-Request #352 war fehlerhaft, deshalb wurden die darin enthaltenen Änderungen rückgängig gemacht.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approximate conditions Affects the approximate condition finding algorithm boosting Affects the subproject "boosting" enhancement New feature or request seco Affects the subproject "seco"
Projects
None yet
2 participants