Skip to content

Conversation

@DwayneAcosta
Copy link
Contributor

Added the wrapper but there are errors with implementing the serializable interface

@nuwangunasekara
Copy link
Collaborator

nuwangunasekara commented Aug 23, 2024

Apart from conflicts which is on generic classes _online_accuracy_updated_ensemble.py seems okay to me.

Might want to correct the error message :

        assert (type(learner_option) == str
            ), "Only MOA CLI strings are supported for SGBT base_learner, at the moment."

to mention OUAE instead of SGBT there. Added a comment around line.

@DwayneAcosta, @hmgomes mentioned to me that you had trouble with serializable interface for OAUE, do you still have issues?

Kindly resolve the conflicts in

 src/capymoa/classifier/__init__.py
tests/test_classifiers.py 

let me know if you need any help with that a well :)



assert (type(learner_option) == str
), "Only MOA CLI strings are supported for SGBT base_learner, at the moment."
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please change SGBT to OnlineAccuracyUpdatedEnsemble

@DwayneAcosta
Copy link
Contributor Author

DwayneAcosta commented Aug 23, 2024 via email

@nuwangunasekara
Copy link
Collaborator

Hey @DwayneAcosta, would you be able to share the errors and the code with me please?

@hmgomes hmgomes requested a review from cassales October 2, 2025 19:45
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.

2 participants