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

Actually implement the majority classifier for comparison #112

Open
trevorcampbell opened this issue Jan 8, 2023 · 0 comments
Open

Actually implement the majority classifier for comparison #112

trevorcampbell opened this issue Jan 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@trevorcampbell
Copy link
Contributor

From @joelostblom comment on Ch6: we talk about "majority classifier" but we never show how to create one. This is really easy to setup in sklearn and it is a useful strategy for students to learn so that they can compare against a baseline. I suggest we show them how to setup a dummy classifier (and a dummy regressor in later chapters). We might also consider renaming "majority classifier" to "dummy classifier" in the text so not be ambiguous

@trevorcampbell trevorcampbell added the enhancement New feature or request label Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant