Skip to content

Observed classes #716

Answered by raphaelsty
gintriago12 asked this question in Q&A
Sep 22, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @gintriago12, Logistic Regression or ADWINBaggingClassifier do not store the observed classes. Logistic Regression and ADWINBaggingClassifier do not needs such attribute to learn or predict. If you need to know the frequency of the target variable during training, you can use collections.Counter in the training loop. 🙂

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gintriago12
Comment options

@MaxHalford
Comment options

Answer selected by gintriago12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants