dask / dask/dask-ml

Multi-class support for LogisticRegression

Open
#761 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
951
Forks
262
PR merge metrics
No merged PRs in 30d

Description

(splitting out a request from #386 )

LogisticRegression currently only supports binary classification (the multi_class argument is ignored). This feature request is to add multi-class support!

Contributor guide

Open the contributing guide

Research direction

Start by locating LogisticRegression and tracing how its multi_class argument is handled. Read the related request in #386 to understand the intended scope and behavior. Done means multi-class classification is supported instead of the argument being ignored, with appropriate behavior covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.