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

Add AdaBoost model and option to train on a subset of features #218

Merged
merged 3 commits into from
Jan 29, 2024

Conversation

luccalb
Copy link
Collaborator

@luccalb luccalb commented Jan 26, 2024

Added the following:

  • AdaBoost Classifier (DecisionTree under the hood)
  • Option to select a subset of features for training in EVP demo
  • Add results to documentation

Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de>
@luccalb luccalb self-assigned this Jan 26, 2024
Copy link
Contributor

@ultiwinter ultiwinter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't run it yet, but looks good. You could as well add in the documentation its performance.

…r class

Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de>
@luccalb
Copy link
Collaborator Author

luccalb commented Jan 26, 2024

I didn't run it yet, but looks good. You could as well add in the documentation its performance.

Just added the docs :)

Signed-off-by: Lucca Baumgärtner <lucca.baumgaertner@fau.de>
Copy link
Contributor

@ultiwinter ultiwinter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works well. Just a comment/question.

@ultiwinter ultiwinter linked an issue Jan 28, 2024 that may be closed by this pull request
@luccalb luccalb merged commit 008d5e6 into dev Jan 29, 2024
4 checks passed
@luccalb luccalb deleted the feature/adaboost-with-feature-subset branch January 29, 2024 07:16
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

Successfully merging this pull request may close these issues.

Final iteration of ML model
2 participants